mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
fix and update
This commit is contained in:
parent
9cee635494
commit
d344fc612e
@ -506,7 +506,7 @@ func (cm *containerManagerImpl) setupNode(activePods ActivePodsFunc) error {
|
||||
klog.ErrorS(err, "Failed to get container name for process")
|
||||
return
|
||||
}
|
||||
klog.V(2).InfoS("Discovered runtime cgroup name", "cgroupName", cont
|
||||
klog.V(2).InfoS("Discovered runtime cgroup name", "cgroupName", cont)
|
||||
cm.Lock()
|
||||
defer cm.Unlock()
|
||||
cm.RuntimeCgroupsName = cont
|
||||
|
Loading…
Reference in New Issue
Block a user