support kube-proxy nftables mode

This commit is contained in:
Antonio Ojea
2024-04-11 14:47:54 +00:00
parent 7cb9e6be25
commit 296749aa2d
5 changed files with 11 additions and 7 deletions

View File

@@ -57,7 +57,7 @@ type ConfigData struct {
// The Token for TLS bootstrap
Token string
// KubeProxyMode defines the kube-proxy mode between iptables or ipvs
// KubeProxyMode defines the kube-proxy mode between iptables, ipvs or nftables
KubeProxyMode string
// The subnet used for pods
PodSubnet string