Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 565 for MountPath (0.59 sec)

  1. cluster/gce/manifests/cloud-controller-manager.manifest

            "readOnly": true},
            { "name": "varssl",
            "mountPath": "/var/ssl",
            "readOnly": true},
            { "name": "etcopenssl",
            "mountPath": "/etc/openssl",
            "readOnly": true},
            { "name": "etcpki",
            "mountPath": "/etc/pki",
            "readOnly": true}
          ]
        }
    ],
    "volumes":[
      {{cloud_config_volume}}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 08:50:12 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. helm/minio/templates/post-job.yaml

              volumeMounts:
                - name: etc-path
                  mountPath: /etc/minio/mc
                - name: tmp
                  mountPath: /tmp
                - name: minio-configuration
                  mountPath: /config
                {{- if .Values.tls.enabled }}
                - name: cert-secret-volume-mc
                  mountPath: {{ .Values.configPathmc }}certs
                {{- end }}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Jul 08 19:18:31 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  3. pkg/volume/util/nested_volumes_test.go

    								{MountPath: "/dir/nested/double", Name: "vol3"},
    								{MountPath: "/ignore", Name: "vol4"},
    								{MountPath: "/dir/nested", Name: "vol2"},
    								{MountPath: "/ignore2", Name: "vol5"},
    								{MountPath: "/dir", Name: "vol1"},
    								{MountPath: "/dir/nested-vol", Name: "vol6"},
    								{MountPath: "/dir/nested.vol", Name: "vol7"},
    								{MountPath: "/dir/nested2/double", Name: "vol8"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 09:02:45 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  4. cluster/gce/manifests/kube-controller-manager.manifest

            {{pv_recycler_mount}}
            { "name": "srvkube",
            "mountPath": "/etc/srv/kubernetes",
            "readOnly": true},
            {{flexvolume_hostpath_mount}}
            { "name": "logfile",
            "mountPath": "/var/log/kube-controller-manager.log",
            "readOnly": false},
            { "name": "etcssl",
            "mountPath": "/etc/ssl",
            "readOnly": true},
            { "name": "usrsharecacerts",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 10 20:49:36 UTC 2021
    - 2.9K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/phases/controlplane/volumes_test.go

    				},
    			},
    			volMount: []v1.VolumeMount{
    				{
    					Name:      "etcd-certs-0",
    					MountPath: "/etc/certs/etcd",
    					ReadOnly:  true,
    				},
    				{
    					Name:      "etcd-certs-1",
    					MountPath: "/var/lib/certs/etcd",
    					ReadOnly:  true,
    				},
    				{
    					Name:      "etcd-certs-2",
    					MountPath: "/var/lib/certs/private",
    					ReadOnly:  true,
    				},
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 09:33:18 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  6. pkg/kube/inject/testdata/inject/user-volume.yaml.injected

            volumeMounts:
            - mountPath: /var/run/secrets/workload-spiffe-uds
              name: workload-socket
            - mountPath: /var/run/secrets/credential-uds
              name: credential-socket
            - mountPath: /var/run/secrets/workload-spiffe-credentials
              name: workload-certs
            - mountPath: /var/run/secrets/istio
              name: istiod-ca-cert
            - mountPath: /var/lib/istio/data
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  7. pkg/kube/inject/testdata/inject/grpc-agent.yaml.injected

            volumeMounts:
            - mountPath: /var/run/secrets/workload-spiffe-uds
              name: workload-socket
            - mountPath: /var/run/secrets/workload-spiffe-credentials
              name: workload-certs
            - mountPath: /var/run/secrets/istio
              name: istiod-ca-cert
            - mountPath: /var/lib/istio/data
              name: istio-data
            - mountPath: /etc/istio/proxy
              name: istio-xds
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  8. pkg/kubelet/util/swap/swap_util.go

    			return true
    		}
    
    		if mountPath == "" {
    			klog.ErrorS(errors.New("mount path is empty, falling back to /tmp"), "")
    		}
    
    		mountPath, err = os.MkdirTemp(mountPath, "tmpfs-noswap-test-")
    		if err != nil {
    			klog.InfoS("error creating dir to test if tmpfs noswap is enabled. Assuming not supported", "mount path", mountPath, "error", err)
    			return false
    		}
    
    		defer func() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 10:07:06 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  9. cluster/gce/manifests/kube-apiserver.manifest

            "mountPath": "/usr/share/ca-certificates",
            "readOnly": true},
            { "name": "varssl",
            "mountPath": "/var/ssl",
            "readOnly": true},
            { "name": "etcopenssl",
            "mountPath": "/etc/openssl",
            "readOnly": true},
            { "name": "etcpki",
            "mountPath": "/etc/srv/pki",
            "readOnly": true},
            { "name": "srvsshproxy",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 19 14:47:38 UTC 2022
    - 4.1K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inject/list.yaml.injected

                timeoutSeconds: 3
              volumeMounts:
              - mountPath: /var/run/secrets/workload-spiffe-uds
                name: workload-socket
              - mountPath: /var/run/secrets/credential-uds
                name: credential-socket
              - mountPath: /var/run/secrets/workload-spiffe-credentials
                name: workload-certs
              - mountPath: /var/run/secrets/istio
                name: istiod-ca-cert
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 14.2K bytes
    - Viewed (0)
Back to top