mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #96637 from hasheddan/node-local-env
Update comment to not indicate check is run for docker daemon
This commit is contained in:
commit
1fe25e9f73
@ -227,7 +227,7 @@ func firewall() error {
|
|||||||
return printSuccess("Firewall IPTables Check %s", success)
|
return printSuccess("Firewall IPTables Check %s", success)
|
||||||
}
|
}
|
||||||
|
|
||||||
// daemons checks that the required node programs are running: kubelet, kube-proxy, and docker
|
// daemons checks that the required node programs are running: kubelet and kube-proxy
|
||||||
func daemons() error {
|
func daemons() error {
|
||||||
if exec.Command("pgrep", "-f", "kubelet").Run() != nil {
|
if exec.Command("pgrep", "-f", "kubelet").Run() != nil {
|
||||||
return printError("Daemon Check %s: kubelet process not found", failed)
|
return printError("Daemon Check %s: kubelet process not found", failed)
|
||||||
|
Loading…
Reference in New Issue
Block a user