Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Mounts (0.07 sec)

  1. pkg/kubelet/kubelet_pods.go

    	mounts := []kubecontainer.Mount{}
    	var cleanupAction func()
    	for i, mount := range container.VolumeMounts {
    		// do not mount /etc/hosts if container is already mounting on the path
    		mountEtcHostsFile = mountEtcHostsFile && (mount.MountPath != etcHostsPath)
    		vol, ok := podVolumes[mount.Name]
    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