mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #74630 from xichengliudui/fixleftoverproblem
Fix the legacy of #74479
This commit is contained in:
commit
86c274043a
@ -1038,7 +1038,7 @@ func addCommonChecks(execer utilsexec.Interface, cfg kubeadmapi.CommonConfigurat
|
||||
HostnameCheck{nodeName: cfg.GetNodeName()},
|
||||
KubeletVersionCheck{KubernetesVersion: cfg.GetKubernetesVersion(), exec: execer},
|
||||
ServiceCheck{Service: "kubelet", CheckIfActive: false},
|
||||
PortOpenCheck{port: 10250})
|
||||
PortOpenCheck{port: ports.KubeletPort})
|
||||
return checks
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user