Skip to content

Commit

Permalink
Merge pull request kubernetes#77823 from stgleb/typo-fix
Browse files Browse the repository at this point in the history
Fix typo in IPVS acronym
  • Loading branch information
k8s-ci-robot authored May 14, 2019
2 parents 2fd1e25 + 79b46f4 commit 12832d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubeadm/app/preflight/checks.go
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ func RunJoinNodeChecks(execer utilsexec.Interface, cfg *kubeadmapi.JoinConfigura
func RunOptionalJoinNodeChecks(execer utilsexec.Interface, cfg *kubeadmapi.ClusterConfiguration, ignorePreflightErrors sets.String) error {
checks := []Checker{}

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

0 comments on commit 12832d9

Please sign in to comment.