Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 204 for VolumeMounts (0.2 sec)

  1. cluster/addons/calico-policy-controller/typha-deployment.yaml

              - name: TYPHA_MAXCONNECTIONSLOWERLIMIT
                value: "1"
              - name: TYPHA_HEALTHENABLED
                value: "true"
              - name: USE_POD_CIDR
                value: "true"
            volumeMounts:
            - mountPath: /etc/calico
              name: etc-calico
              readOnly: true
            livenessProbe:
              httpGet:
                path: /liveness
                port: 9098
                host: localhost
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 28 02:29:44 UTC 2021
    - 2K bytes
    - Viewed (0)
  2. cluster/addons/device-plugins/nvidia-gpu/daemonset.yaml

              requests:
                cpu: 50m
                memory: 10Mi
              limits:
                cpu: 50m
                memory: 10Mi
            securityContext:
              privileged: true
            volumeMounts:
            - name: device-plugin
              mountPath: /device-plugin
            - name: dev
              mountPath: /dev
      updateStrategy:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  3. pkg/api/testing/replication_controller_example.json

                                    "protocol": "TCP"
                                }
                            ],
                            "resources": {},
                            "volumeMounts": [
                                {
                                    "name": "es-persistent-storage",
                                    "mountPath": "/data"
                                }
                            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  4. cluster/gce/manifests/cluster-autoscaler.manifest

                    "resources": {
                        "requests": {
                            "cpu": "10m",
                            "memory": "300Mi"
                        }
                    },
                    "volumeMounts": [
                        {{cloud_config_mount}}
                        {
                            "name": "ssl-certs",
                            "readOnly": true,
                            "mountPath": "/etc/ssl/certs"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 25 00:04:35 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  5. cluster/addons/kube-proxy/kube-proxy-ds.yaml

              value: {{kubernetes_service_host_env_value}}
            {{kube_cache_mutation_detector_env_name}}
              {{kube_cache_mutation_detector_env_value}}
            securityContext:
              privileged: true
            volumeMounts:
            - mountPath: /var/log
              name: varlog
              readOnly: false
            - mountPath: /run/xtables.lock
              name: xtables-lock
              readOnly: false
            - mountPath: /lib/modules
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 26 01:01:33 UTC 2023
    - 2K bytes
    - Viewed (0)
  6. samples/bookinfo/platform/kube/bookinfo-reviews-v2.yaml

            imagePullPolicy: IfNotPresent
            env:
            - name: LOG_DIR
              value: "/tmp/logs"
            ports:
            - containerPort: 9080
            volumeMounts:
            - name: tmp
              mountPath: /tmp
            - name: wlp-output
              mountPath: /opt/ibm/wlp/output
          volumes:
          - name: wlp-output
            emptyDir: {}
          - name: tmp
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  7. cluster/gce/manifests/konnectivity-server.yaml

        - name: healthport
          containerPort: {{ health_port }}
          hostPort: {{ health_port }}
        - name: adminport
          containerPort: {{ admin_port }}
          hostPort: {{ admin_port }}
        volumeMounts:
        - name: varlogkonnectivityserver
          mountPath: /var/log/konnectivity-server.log
          readOnly: false
        - name: pki
          mountPath: /etc/srv/kubernetes/pki
          readOnly: true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 10:31:11 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  8. samples/sleep/sleep.yaml

          serviceAccountName: sleep
          containers:
          - name: sleep
            image: curlimages/curl
            command: ["/bin/sleep", "infinity"]
            imagePullPolicy: IfNotPresent
            volumeMounts:
            - mountPath: /etc/sleep/tls
              name: secret-volume
          volumes:
          - name: secret-volume
            secret:
              secretName: sleep-secret
              optional: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 22 13:58:53 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  9. cluster/gce/manifests/kube-scheduler.manifest

          "httpGet": {
            "host": "127.0.0.1",
            "port": 10259,
            "scheme": "HTTPS",
            "path": "/healthz"
          },
          "initialDelaySeconds": 15,
          "timeoutSeconds": 15
        },
        "volumeMounts": [
            {
              "name": "logfile",
              "mountPath": "/var/log/kube-scheduler.log",
              "readOnly": false
            },
            {
              "name": "srvkube",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 20:50:53 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  10. tests/integration/security/fuzz/fuzzers/wfuzz/wfuzz.yaml

            "sidecar.istio.io/inject": "false"
        spec:
          containers:
          - name: wfuzz
            image: ghcr.io/xmendez/wfuzz:v3.1.0
            command: [ "sleep" ]
            args: [ "365d" ]
            volumeMounts:
              - name: wordlist
                mountPath: /wordlist
          volumes:
            - name: wordlist
              configMap:
                name: wordlist
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 23 20:55:02 UTC 2021
    - 1.2K bytes
    - Viewed (0)
Back to top