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:
Kubernetes Prow Robot 2020-12-08 18:34:18 -08:00 committed by GitHub
commit 1fe25e9f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -227,7 +227,7 @@ func firewall() error {
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 {
if exec.Command("pgrep", "-f", "kubelet").Run() != nil {
return printError("Daemon Check %s: kubelet process not found", failed)