We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8c731 commit 61954faCopy full SHA for 61954fa
api/v1alpha1/clusterconfig_types.go
@@ -340,7 +340,7 @@ const (
340
// KubeProxyModeIPTables indicates that kube-proxy should be installed in iptables
341
// mode.
342
KubeProxyModeIPTables KubeProxyMode = "iptables"
343
- // KubeProxyModeNFTables indicates that kube-proxy should be installed in iptables
+ // KubeProxyModeNFTables indicates that kube-proxy should be installed in nftables
344
345
KubeProxyModeNFTables KubeProxyMode = "nftables"
346
)
0 commit comments