• Jan Safranek's avatar
    Fixed subpath in containerized kubelet. · 0b8c4725
    Jan Safranek authored
    IsNotMountPoint should return no error when the checked directory does not
    exists - missing directory can't be mounted. Therefore containerized
    kubelet should check if the target exists first before resolving symlinks.
    EvalHostSymlinks() returns indistinguishible error in case the path does
    not exist.
    0b8c4725
mount.go 14.2 KB