Merge pull request #96552 from pandaamanda/klog_fmt

use klog.Info and klog.Warning when had no format
This commit is contained in:
Kubernetes Prow Robot
2021-01-15 17:57:43 -08:00
committed by GitHub
21 changed files with 32 additions and 32 deletions

View File

@@ -565,7 +565,7 @@ func NewMainKubelet(kubeCfg *kubeletconfiginternal.KubeletConfiguration,
klet.configMapManager = configMapManager
if klet.experimentalHostUserNamespaceDefaulting {
klog.Infof("Experimental host user namespace defaulting is enabled.")
klog.Info("Experimental host user namespace defaulting is enabled.")
}
machineInfo, err := klet.cadvisor.MachineInfo()