Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 525 for VolumeMounts (0.17 sec)

  1. plugin/pkg/admission/security/podsecurity/testdata/pod_baseline.yaml

          runAsGroup: 1001
          capabilities:
            add:
            - NET_BIND_SERVICE
            drop:
            - ALL
        terminationMessagePath: /dev/termination-log
        terminationMessagePolicy: File
        volumeMounts:
        - mountPath: /kube-dns-config
          name: kube-dns-config
        - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
          name: kube-api-access-s8rz5
          readOnly: true
      - args:
        - -v=2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 04 16:26:30 UTC 2021
    - 18.1K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inject/custom-template.iop.yaml

                - name: {{ $container.Name }}
                  env:
                  - name: SOME_ENV
                    value: "true"
                  - name: SOME_FILE
                    value: /var/lib/data/foo.json
                  volumeMounts:
                  - mountPath: /var/lib/data/foo.json
                    subPath: foo.json
                    name: some-injected-file
                {{- end}}
                volumes:
                - name: some-injected-file
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 06 23:34:59 UTC 2021
    - 1.2K bytes
    - Viewed (0)
  3. pkg/kube/inject/testdata/inject/statefulset.yaml.injected

        spec:
          containers:
          - image: fake.docker.io/google-samples/hello-go-gke:1.0
            name: hello
            ports:
            - containerPort: 80
              name: http
            resources: {}
            volumeMounts:
            - mountPath: /var/lib/data
              name: data
          - args:
            - proxy
            - sidecar
            - --domain
            - $(POD_NAMESPACE).svc.cluster.local
            - --proxyLogLevel=warning
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  4. manifests/charts/ztunnel/templates/daemonset.yaml

            {{- end }}
            {{- end }}
            volumeMounts:
            - mountPath: /var/run/secrets/istio
              name: istiod-ca-cert
            - mountPath: /var/run/secrets/tokens
              name: istio-token
            - mountPath: /var/run/ztunnel
              name: cni-ztunnel-sock-dir
            - mountPath: /tmp
              name: tmp
            {{- with .Values.volumeMounts }}
              {{- toYaml . | nindent 8 }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 11 01:33:52 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  5. pkg/kube/inject/testdata/inject/grpc-agent.yaml.injected

            image: fake.docker.io/google-samples/traffic-go-gke:1.0
            name: traffic
            readinessProbe:
              httpGet:
                port: 80
            resources: {}
            volumeMounts:
            - mountPath: /var/lib/istio/data
              name: istio-data
            - mountPath: /etc/istio/proxy
              name: istio-xds
            - mountPath: /var/run/secrets/workload-spiffe-credentials
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  6. cluster/addons/calico-policy-controller/calico-node-daemonset.yaml

                  valueFrom:
                    fieldRef:
                      fieldPath: spec.nodeName
                # Prevents the container from sleeping forever.
                - name: SLEEP
                  value: "false"
              volumeMounts:
                - mountPath: /host/opt/cni/bin
                  name: cni-bin-dir
                - mountPath: /host/etc/cni/net.d
                  name: cni-net-dir
          containers:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 25 12:18:44 UTC 2021
    - 6K bytes
    - Viewed (0)
  7. pkg/kubelet/volumemanager/populator/desired_state_of_world_populator_test.go

    		t.Run(tc.desc, func(t *testing.T) {
    			// create dswp
    			dswp, fakePodManager, fakePodState := prepareDswpWithVolume(t)
    
    			// create pod
    			containers := []v1.Container{
    				{
    					VolumeMounts: []v1.VolumeMount{
    						{
    							Name:      "dswp-test-volume-name",
    							MountPath: "/mnt",
    						},
    					},
    				},
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  8. samples/bookinfo/platform/kube/bookinfo-db.yaml

        spec:
          containers:
          - name: mongodb 
            image: docker.io/istio/examples-bookinfo-mongodb:1.20.1
            imagePullPolicy: IfNotPresent
            ports:
            - containerPort: 27017
            volumeMounts:
            - name: data-db
              mountPath: /data/db
          volumes:
          - name: data-db
            emptyDir: {}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  9. cluster/addons/calico-policy-controller/typha-vertical-autoscaler-deployment.yaml

                - --namespace=kube-system
                - --logtostderr=true
                - --poll-period-seconds=30
                - --v=2
                - --config-file=/etc/config/typha-autoscaler
              volumeMounts:
                - name: config
                  mountPath: /etc/config
          volumes:
            - name: config
              configMap:
                name: calico-typha-vertical-autoscaler
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 1K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inject/custom-template.yaml.injected

              value: /var/lib/data/foo.json
            image: fake.docker.io/google-samples/hello-go-gke:1.0
            name: hello
            readinessProbe:
              httpGet:
                port: 80
            resources: {}
            volumeMounts:
            - mountPath: /var/lib/data/foo.json
              name: some-injected-file
              subPath: foo.json
          volumes:
          - downwardAPI:
              items:
              - fieldRef:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 25 05:41:41 UTC 2021
    - 1.4K bytes
    - Viewed (0)
Back to top