Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for DirectoryOrCreate (0.17 sec)

  1. cmd/kubeadm/app/phases/etcd/local_test.go

      securityContext:
        seccompProfile:
          type: RuntimeDefault
      volumes:
      - hostPath:
          path: /etcd
          type: DirectoryOrCreate
        name: etcd-certs
      - hostPath:
          path: %s/etcd
          type: DirectoryOrCreate
        name: etcd-data
    status: {}
    `, tmpdir, kubeadmconstants.DefaultEtcdVersion, tmpdir, tmpdir),
    		},
    		{
    			cfg: &kubeadmapi.ClusterConfiguration{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 14:07:27 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-kubeapiserver.sh

        default_konnectivity_socket_vol="{ \"name\": \"konnectivity-socket\", \"hostPath\": {\"path\": \"${default_konnectivity_socket_path}\", \"type\": \"DirectoryOrCreate\"}},"
        default_konnectivity_socket_mnt="{ \"name\": \"konnectivity-socket\", \"mountPath\": \"${default_konnectivity_socket_path}\", \"readOnly\": false},"
      fi
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 11:08:30 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  3. samples/security/spire/spire-quickstart.yaml

            # This volume is where the socket for kubelet->driver communication lives
            - name: spiffe-csi-socket-dir
              hostPath:
                path: /var/lib/kubelet/plugins/csi.spiffe.io
                type: DirectoryOrCreate
            # This volume is where the SPIFFE CSI driver mounts volumes
            - name: mountpoint-dir
              hostPath:
                path: /var/lib/kubelet/pods
                type: Directory
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 12 16:12:42 UTC 2023
    - 32.2K bytes
    - Viewed (0)
Back to top