Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for could (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.
          # pprof needs a writable /tmp, and we don't have that thanks to `readOnlyRootFilesystem: true`, so mount one
          - name: tmp
            emptyDir: {}
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri May 03 19:29:42 GMT 2024
    - 5.2K bytes
    - Viewed (0)
Back to top