Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for privilege (0.18 sec)

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

              {{- end }}
                resources:
              {{ template "resources" . }}
                securityContext:
                  allowPrivilegeEscalation: {{ .Values.global.proxy.privileged }}
                  privileged: {{ .Values.global.proxy.privileged }}
                  capabilities:
                {{- if not .Values.istio_cni.enabled }}
                    add:
                    - NET_ADMIN
                    - NET_RAW
    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. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    {{- range $key, $value := .ProxyConfig.ProxyMetadata }} - name: {{ $key }} value: "{{ $value }}" {{- end }} {{- end }} resources: {{ template "resources" . }} securityContext: allowPrivilegeEscala: {{ .Values.global.proxy.privileged }} privileged: {{ .Values.global.proxy.privileged }} capabilities: {{- if not .Values.istio_cni.enabled }} add: - NET_ADMIN - NET_RAW {{- end }} drop: - ALL {{- if not .Values.istio_cni.enabled }} readOnlyRootFilesyst: false runAsGroup: 0 runAsNonRoot: false runAsUser:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/gateway_test.go

    								Port: &networking.Port{Name: "http", Number: 8080, Protocol: "HTTP"},
    							},
    						},
    					},
    				},
    			},
    			nil,
    			[]string{"0.0.0.0_8080"},
    		},
    		{
    			"privileged port on privileged pod when empty env var is set",
    			&pilot_model.Proxy{
    				Metadata: &pilot_model.NodeMetadata{
    					UnprivilegedPod: "",
    				},
    			},
    			[]config.Config{
    				{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "description": "The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime."
            },
            "privileged": {
              "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false.",
              "type": "boolean"
            },
            "procMount": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.4.md

    ### Other notable changes
    
    * rkt: Improve support for privileged pod (pod whose all containers are privileged)  ([#31286](https://github.com/kubernetes/kubernetes/pull/31286), [@yifan-gu](https://github.com/yifan-gu))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.5.md

    2. Review and delete any PodSecurityPolicy objects you do not want all pod-creating users to be able to use (NOTE: Privileged users that were making use of those policies will also lose access to those policies). For example:
      * `kubectl delete podsecuritypolicies/my-privileged-policy`
    3. After upgrading to 1.5.5, re-create the exported PodSecurityPolicy objects:
      * `kubectl create -f psp.yaml`
    
    ## Downloads for v1.5.5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  7. pkg/apis/core/zz_generated.deepcopy.go

    	*out = *in
    	if in.Capabilities != nil {
    		in, out := &in.Capabilities, &out.Capabilities
    		*out = new(Capabilities)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.Privileged != nil {
    		in, out := &in.Privileged, &out.Privileged
    		*out = new(bool)
    		**out = **in
    	}
    	if in.SELinuxOptions != nil {
    		in, out := &in.SELinuxOptions, &out.SELinuxOptions
    		*out = new(SELinuxOptions)
    		**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)
  8. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    	*out = *in
    	if in.Capabilities != nil {
    		in, out := &in.Capabilities, &out.Capabilities
    		*out = new(Capabilities)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.Privileged != nil {
    		in, out := &in.Privileged, &out.Privileged
    		*out = new(bool)
    		**out = **in
    	}
    	if in.SELinuxOptions != nil {
    		in, out := &in.SELinuxOptions, &out.SELinuxOptions
    		*out = new(SELinuxOptions)
    		**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)
  9. api/maven-api-model/src/main/mdo/maven.mdo

            </field>
          </fields>
        </class>
        <class>
          <name>Contributor</name>
          <description>Description of a person who has contributed to the project, but who does not have
            commit privileges. Usually, these contributions come in the form of patches submitted.</description>
          <version>3.0.0+</version>
          <fields>
            <field>
              <name>name</name>
              <version>3.0.0+</version>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
Back to top