fix and update

This commit is contained in:
shiyajuan123 2021-03-10 14:58:17 +08:00
parent 9cee635494
commit d344fc612e

View File

@ -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