Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for runAsGroup (0.19 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

                    - ALL
                {{- if not .Values.istio_cni.enabled }}
                  readOnlyRootFilesystem: false
                  runAsGroup: 0
                  runAsNonRoot: false
                  runAsUser: 0
                {{- else }}
                  readOnlyRootFilesystem: true
                  runAsGroup: {{ .ProxyGID | default "1337" }}
                  runAsUser: {{ .ProxyUID | default "1337" }}
                  runAsNonRoot: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-helper.sh

        sed -i -e "s@{{runAsGroup}}@\"runAsGroup\":${KUBE_CONTROLLER_MANAGER_RUNASGROUP},@g" "${src_file}"
        sed -i -e "s@{{supplementalGroups}}@\"supplementalGroups\": [ ${KUBE_PKI_READERS_GROUP} ],@g" "${src_file}"
      else
        sed -i -e "s@{{runAsUser}}@@g" "${src_file}"
        sed -i -e "s@{{runAsGroup}}@@g" "${src_file}"
        sed -i -e "s@{{supplementalGroups}}@@g" "${src_file}"
      fi
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  3. pkg/apis/core/zz_generated.deepcopy.go

    		(*in).DeepCopyInto(*out)
    	}
    	if in.RunAsUser != nil {
    		in, out := &in.RunAsUser, &out.RunAsUser
    		*out = new(int64)
    		**out = **in
    	}
    	if in.RunAsGroup != nil {
    		in, out := &in.RunAsGroup, &out.RunAsGroup
    		*out = new(int64)
    		**out = **in
    	}
    	if in.RunAsNonRoot != nil {
    		in, out := &in.RunAsNonRoot, &out.RunAsNonRoot
    		*out = new(bool)
    		**out = **in
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    		(*in).DeepCopyInto(*out)
    	}
    	if in.RunAsUser != nil {
    		in, out := &in.RunAsUser, &out.RunAsUser
    		*out = new(int64)
    		**out = **in
    	}
    	if in.RunAsGroup != nil {
    		in, out := &in.RunAsGroup, &out.RunAsGroup
    		*out = new(int64)
    		**out = **in
    	}
    	if in.RunAsNonRoot != nil {
    		in, out := &in.RunAsNonRoot, &out.RunAsNonRoot
    		*out = new(bool)
    		**out = **in
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    }} # Safe since 1.22: https://github.com/kubernetes/kubernetes/pull/103326 capabilities: drop: - ALL allowPrivilegeEscala: false privileged: false readOnlyRootFilesyst: true runAsUser: 1337 runAsGroup: 1337 runAsNonRoot: true {{- else }} capabilities: drop: - ALL add: - NET_BIND_SERVICE runAsUser: 0 runAsGroup: 1337 runAsNonRoot: false allowPrivilegeEscala: true readOnlyRootFilesyst: true {{- end }} env: {{- with .Values.networkGateway }} - name: ISTIO_META_REQUESTED_NETWORK_VIEW value: "{{.}}" {{-...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "format": "int64",
              "type": "integer"
            },
            "runAsGroup": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top