Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for socketio (0.16 sec)

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

                - NET_ADMIN # Required for TPROXY and setsockopt
                - SYS_ADMIN # Required for `setns` - doing things in other netns
                - NET_RAW # Required for RAW/PACKET sockets, TPROXY
              readOnlyRootFilesystem: true
              runAsGroup: 1337
              runAsNonRoot: false
              runAsUser: 0
    {{- if .Values.seLinuxOptions }}
              seLinuxOptions:
    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

            {{- end }}
            - name: cni-net-dir
              hostPath:
                path: {{ default "/etc/cni/net.d" .Values.cni.cniConfDir }}
            # Used for UDS sockets for logging, ambient eventing
            - name: cni-socket-dir
              hostPath:
                path: /var/run/istio-cni
            - name: cni-netns-dir
              hostPath:
                path: {{ .Values.cni.cniNetnsDir | default "/var/run/netns" }}
    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