Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 456 for Mounts (0.1 sec)

  1. pkg/volume/iscsi/iscsi_util.go

    	var counter int
    	for _, c := range contents {
    		if !c.IsDir() || c.Name() == config.DefaultKubeletVolumeDevicesDirName {
    			continue
    		}
    
    		mounts, err := ioutil.ReadDir(filepath.Join(dir, c.Name()))
    		if err != nil {
    			return 0, err
    		}
    
    		for _, m := range mounts {
    			volumeMount := m.Name()
    			prefix := portal + "-" + iqn
    			if strings.HasPrefix(volumeMount, prefix) {
    				counter++
    			}
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 22 12:53:01 UTC 2022
    - 34.1K bytes
    - Viewed (0)
  2. pkg/kubelet/volumemanager/reconciler/reconstruct_common.go

    	mountedVolume := operationexecutor.MountedVolume{
    		PodName: volume.podName,
    		// VolumeName should be generated by `GetUniqueVolumeNameFromSpec` or `GetUniqueVolumeNameFromSpecWithPod`.
    		// However, since we don't have the volume information in asw when cleanup mounts, it doesn't matter what we put here.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 09 07:34:33 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  3. cluster/images/etcd/Makefile

    PUSH_REGISTRY?=staging-k8s.gcr.io
    
    MANIFEST_IMAGE := $(PUSH_REGISTRY)/etcd
    
    # Install binaries matching base distro permissions
    BIN_INSTALL := install -m 0555
    
    # Hosts running SELinux need :z added to volume mounts
    SELINUX_ENABLED := $(shell cat /sys/fs/selinux/enforce 2> /dev/null || echo 0)
    
    ifeq ($(SELINUX_ENABLED),1)
      DOCKER_VOL_OPTS?=:z
    endif
    
    # This option is for running docker manifest command
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  4. helm/minio/README.md

    ```bash
    helm install --name my-release -f values.yaml minio/minio
    ```
    
    ### Persistence
    
    This chart provisions a PersistentVolumeClaim and mounts corresponding persistent volume to default location `/export`. You'll need physical storage available in the Kubernetes cluster for this to work. If you'd rather use `emptyDir`, disable PersistentVolumeClaim by:
    
    ```bash
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Jan 24 07:27:57 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet_volumes.go

    // when this is called, so it effectively does a recursive rmdir instead of
    // RemoveAll to ensure it only removes empty directories and files that were
    // used as mount points, but not content of the mount points.
    func (kl *Kubelet) removeOrphanedPodVolumeDirs(uid types.UID) []error {
    	orphanVolumeErrors := []error{}
    
    	// If there are still volume directories, attempt to rmdir them
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/plugins/volumerestrictions/volume_restrictions.go

    			eiqn := existingVolume.ISCSI.IQN
    			// two ISCSI volumes are same, if they share the same iqn. As iscsi volumes are of type
    			// RWO or ROX, we could permit only one RW mount. Same iscsi volume mounted by multiple Pods
    			// conflict unless all other pods mount as read only.
    			if iqn == eiqn && !(volume.ISCSI.ReadOnly && existingVolume.ISCSI.ReadOnly) {
    				return true
    			}
    		}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 20 17:40:39 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  7. pkg/volume/util/subpath/subpath_windows.go

    	"strings"
    	"syscall"
    
    	"k8s.io/klog/v2"
    	"k8s.io/mount-utils"
    	"k8s.io/utils/nsenter"
    )
    
    // MaxPathLength is the maximum length of Windows path. Normally, it is 260, but if long path is enable,
    // the max number is 32,767
    const MaxPathLength = 32767
    
    type subpath struct{}
    
    // New returns a subpath.Interface for the current system
    func New(mount.Interface) Interface {
    	return &subpath{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 23 12:57:11 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  8. docs/en/docs/advanced/behind-a-proxy.md

    ```Python hl_lines="9"
    {!../../../docs_src/behind_a_proxy/tutorial004.py!}
    ```
    
    and then it won't include it in the OpenAPI schema.
    
    ## Mounting a sub-application
    
    If you need to mount a sub-application (as described in [Sub Applications - Mounts](sub-applications.md){.internal-link target=_blank}) while also using a proxy with `root_path`, you can do it normally, as you would expect.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  9. pkg/volume/iscsi/iscsi_test.go

    	globalPath := b.manager.MakeGlobalPDName(*b.iscsiDisk)
    	err := os.MkdirAll(globalPath, 0750)
    	if err != nil {
    		return "", err
    	}
    	// Simulate the global mount so that the fakeMounter returns the
    	// expected number of mounts for the attached disk.
    	b.mounter.MountSensitiveWithoutSystemd(globalPath, globalPath, b.fsType, nil, nil)
    
    	return "/dev/sdb", nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 01 15:56:32 UTC 2022
    - 16.4K bytes
    - Viewed (0)
  10. docs/de/docs/advanced/behind-a-proxy.md

    ```
    
    Dann wird er nicht in das OpenAPI-Schema aufgenommen.
    
    ## Mounten einer Unteranwendung
    
    Wenn Sie gleichzeitig eine Unteranwendung mounten (wie beschrieben in [Unteranwendungen – Mounts](sub-applications.md){.internal-link target=_blank}) und einen Proxy mit `root_path` verwenden wollen, können Sie das normal tun, wie Sie es erwarten würden.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:30:07 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top