mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Fix typo in IPVS acronym
This commit is contained in:
parent
3d12466c02
commit
79b46f47f6
@ -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})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user