mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +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")
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user