mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Fix a log info error
This commit is contained in:
		@@ -256,7 +256,7 @@ func NewContainerManager(mountUtil mount.Interface, cadvisorInterface cadvisor.I
 | 
			
		||||
		// the input is provided in that format.
 | 
			
		||||
		// this is important because we do not want any name conversion to occur.
 | 
			
		||||
		if !cgroupManager.Exists(cgroupRoot) {
 | 
			
		||||
			return nil, fmt.Errorf("invalid configuration: cgroup-root %q doesn't exist: %v", cgroupRoot, err)
 | 
			
		||||
			return nil, fmt.Errorf("invalid configuration: cgroup-root %q doesn't exist", cgroupRoot)
 | 
			
		||||
		}
 | 
			
		||||
		klog.Infof("container manager verified user specified cgroup-root exists: %v", cgroupRoot)
 | 
			
		||||
		// Include the top level cgroup for enforcing node allocatable into cgroup-root.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user