Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for May (0.17 sec)

  1. manifests/charts/ztunnel/templates/daemonset.yaml

            configMap:
              name: istio-ca-root-cert
          - name: cni-ztunnel-sock-dir
            hostPath:
              path: /var/run/ztunnel
              type: DirectoryOrCreate # ideally this would be a socket, but ztunnel may not have started yet.
          {{- with .Values.volumes }}
            {{- toYaml . | nindent 6}}
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Fri Jan 26 20:34:28 GMT 2024
    - 5K bytes
    - Viewed (0)
  2. manifests/charts/istio-cni/templates/daemonset.yaml

            - name: cni-netns-dir
              hostPath:
                path: {{ .Values.cni.cniNetnsDir | default "/var/run/netns" }}
                type: DirectoryOrCreate # DirectoryOrCreate instead of Directory for the following reason - CNI may not bind mount this until a non-hostnetwork pod is scheduled on the node,
                # and we don't want to block CNI agent pod creation on waiting for the first non-hostnetwork pod.
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Feb 28 17:29:38 GMT 2024
    - 9.4K bytes
    - Viewed (0)
Back to top