Edit log string

This commit is contained in:
Tim Hockin 2020-04-01 15:34:29 -07:00 committed by GitHub
parent 2a83443782
commit c27ceb6449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1101,7 +1101,7 @@ func RunKubelet(kubeServer *options.KubeletServer, kubeDeps *kubelet.Dependencie
podCfg := kubeDeps.PodConfig
if err := rlimit.RlimitNumFiles(uint64(kubeServer.MaxOpenFiles)); err != nil {
klog.Warningf("Failed to set open file handler limit: %v", err)
klog.Errorf("Failed to set rlimit on max file handles: %v", err)
}
// process pods and exit.