Skip to content

Commit 79b46f4

Browse files
committed
Fix typo in IPVS acronym
1 parent 3d12466 commit 79b46f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kubeadm/app/preflight/checks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ func RunJoinNodeChecks(execer utilsexec.Interface, cfg *kubeadmapi.JoinConfigura
10081008
func RunOptionalJoinNodeChecks(execer utilsexec.Interface, cfg *kubeadmapi.ClusterConfiguration, ignorePreflightErrors sets.String) error {
10091009
checks := []Checker{}
10101010

1011-
// Check if IVPS kube-proxy mode is supported
1011+
// Check if IPVS kube-proxy mode is supported
10121012
if cfg.ComponentConfigs.KubeProxy != nil && cfg.ComponentConfigs.KubeProxy.Mode == ipvsutil.IPVSProxyMode {
10131013
checks = append(checks, IPVSProxierCheck{exec: execer})
10141014
}

0 commit comments

Comments
 (0)