mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Merge pull request #77823 from stgleb/typo-fix
Fix typo in IPVS acronym
This commit is contained in:
commit
12832d9055
@ -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