Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for containerPath (0.47 sec)

  1. pkg/kubelet/kubelet_pods.go

    		}
    
    		containerPath := mount.MountPath
    		// IsAbs returns false for UNC path/SMB shares/named pipes in Windows. So check for those specifically and skip MakeAbsolutePath
    		if !volumeutil.IsWindowsUNCPath(runtime.GOOS, containerPath) && !utilfs.IsAbs(containerPath) {
    			containerPath = volumeutil.MakeAbsolutePath(runtime.GOOS, containerPath)
    		}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
Back to top