mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #101593 from rphillips/fix_kernel_move_message
kubelet: change cgroup move message to log level 3
This commit is contained in:
commit
a5235299ae
@ -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