mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-27 05:04:52 +00:00
use klog.Info and klog.Warning when had no format
This commit is contained in:
@@ -544,7 +544,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()
|
||||
|
Reference in New Issue
Block a user