You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// In particular when we forced nftables on rhel10, we should also pass the --proxy-mode=nftables flag.
113
113
ifb.Distribution.ForceNftables() {
114
114
ifc.ProxyMode==""||c.ProxyMode=="iptables" {
115
-
ifb.IsKubernetesLT("1.29") {
116
-
klog.Warningf("Distribution %v requires nftables proxy mode, but Kubernetes %s does not support it (requires 1.29+)", b.Distribution, b.NodeupConfig.KubernetesVersion)
117
-
} else {
118
-
klog.Infof("Distribution %v requires nftables; overriding kube-proxy mode from %q to nftables", b.Distribution, c.ProxyMode)
119
-
c.ProxyMode="nftables"
120
-
}
115
+
klog.Infof("Distribution %v requires nftables; overriding kube-proxy mode from %q to nftables", b.Distribution, c.ProxyMode)
0 commit comments