mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-17 15:50:10 +00:00
Fix the legacy of #74479
This commit is contained in:
parent
493b261057
commit
fb7bc5c4ea
@ -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