mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 20:54:08 +00:00
Merge pull request #96552 from pandaamanda/klog_fmt
use klog.Info and klog.Warning when had no format
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user