mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-14 22:33:34 +00:00
kubelet: change cgroup move message to log level 3
This commit is contained in:
parent
dc6b04c142
commit
4488162bd9
@ -1034,7 +1034,7 @@ func ensureSystemCgroups(rootCgroupPath string, manager cgroups.Manager) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
klog.InfoS("Moving non-kernel processes", "pids", pids)
|
||||
klog.V(3).InfoS("Moving non-kernel processes", "pids", pids)
|
||||
for _, pid := range pids {
|
||||
err := manager.Apply(pid)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user