mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 11:48:15 +00:00
fix and update
This commit is contained in:
@@ -506,7 +506,7 @@ func (cm *containerManagerImpl) setupNode(activePods ActivePodsFunc) error {
|
|||||||
klog.ErrorS(err, "Failed to get container name for process")
|
klog.ErrorS(err, "Failed to get container name for process")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
klog.V(2).InfoS("Discovered runtime cgroup name", "cgroupName", cont
|
klog.V(2).InfoS("Discovered runtime cgroup name", "cgroupName", cont)
|
||||||
cm.Lock()
|
cm.Lock()
|
||||||
defer cm.Unlock()
|
defer cm.Unlock()
|
||||||
cm.RuntimeCgroupsName = cont
|
cm.RuntimeCgroupsName = cont
|
||||||
|
|||||||
Reference in New Issue
Block a user