Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 163 for seLinuxOptions (0.16 sec)

  1. manifests/charts/istio-operator/files/profile-openshift-ambient.yaml

        # Allow sidecars/ingress to send/receive HBONE. This is required for interop.
        PILOT_ENABLE_SENDING_HBONE: "true"
        PILOT_ENABLE_SIDECAR_LISTENING_HBONE: "true"
    platform: openshift
    variant: distroless
    seLinuxOptions:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 30 20:24:06 UTC 2024
    - 883 bytes
    - Viewed (0)
  2. pkg/kubelet/kuberuntime/security_context_windows.go

    			"pod", klog.KObj(pod), "containerName", container.Name)
    	}
    	if effectiveSc.SELinuxOptions != nil {
    		klog.InfoS("Windows container does not support SecurityContext.SELinuxOptions, please use SecurityContext.WindowsOptions",
    			"pod", klog.KObj(pod), "containerName", container.Name)
    	}
    	if effectiveSc.RunAsGroup != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 18 22:23:13 UTC 2022
    - 3.4K bytes
    - Viewed (0)
  3. manifests/charts/default/files/profile-openshift-ambient.yaml

        # Allow sidecars/ingress to send/receive HBONE. This is required for interop.
        PILOT_ENABLE_SENDING_HBONE: "true"
        PILOT_ENABLE_SIDECAR_LISTENING_HBONE: "true"
    platform: openshift
    variant: distroless
    seLinuxOptions:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 30 20:24:06 UTC 2024
    - 883 bytes
    - Viewed (0)
  4. manifests/charts/gateways/istio-egress/files/profile-openshift-ambient.yaml

        # Allow sidecars/ingress to send/receive HBONE. This is required for interop.
        PILOT_ENABLE_SENDING_HBONE: "true"
        PILOT_ENABLE_SIDECAR_LISTENING_HBONE: "true"
    platform: openshift
    variant: distroless
    seLinuxOptions:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 30 20:24:06 UTC 2024
    - 883 bytes
    - Viewed (0)
  5. manifests/charts/istio-cni/files/profile-openshift-ambient.yaml

        # Allow sidecars/ingress to send/receive HBONE. This is required for interop.
        PILOT_ENABLE_SENDING_HBONE: "true"
        PILOT_ENABLE_SIDECAR_LISTENING_HBONE: "true"
    platform: openshift
    variant: distroless
    seLinuxOptions:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 30 20:24:06 UTC 2024
    - 883 bytes
    - Viewed (0)
  6. pkg/volume/util/util.go

    			if effectiveContainerSecurity != nil {
    				// No DeepCopy, SELinuxOptions is already a copy of Pod's or container's SELinuxOptions
    				seLinuxOptions = effectiveContainerSecurity.SELinuxOptions
    			}
    		}
    
    		if container.VolumeMounts != nil {
    			for _, mount := range container.VolumeMounts {
    				mounts.Insert(mount.Name)
    				if seLinuxOptions != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 28.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.DaemonSet.json

                      "addValue"
                    ],
                    "drop": [
                      "dropValue"
                    ]
                  },
                  "privileged": true,
                  "seLinuxOptions": {
                    "user": "userValue",
                    "role": "roleValue",
                    "type": "typeValue",
                    "level": "levelValue"
                  },
                  "windowsOptions": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.Deployment.json

                      "addValue"
                    ],
                    "drop": [
                      "dropValue"
                    ]
                  },
                  "privileged": true,
                  "seLinuxOptions": {
                    "user": "userValue",
                    "role": "roleValue",
                    "type": "typeValue",
                    "level": "levelValue"
                  },
                  "windowsOptions": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.ReplicaSet.yaml

              privileged: true
              procMount: procMountValue
              readOnlyRootFilesystem: true
              runAsGroup: 8
              runAsNonRoot: true
              runAsUser: 4
              seLinuxOptions:
                level: levelValue
                role: roleValue
                type: typeValue
                user: userValue
              seccompProfile:
                localhostProfile: localhostProfileValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 34.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.PodTemplate.yaml

              - dropValue
            privileged: true
            procMount: procMountValue
            readOnlyRootFilesystem: true
            runAsGroup: 8
            runAsNonRoot: true
            runAsUser: 4
            seLinuxOptions:
              level: levelValue
              role: roleValue
              type: typeValue
              user: userValue
            seccompProfile:
              localhostProfile: localhostProfileValue
              type: typeValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 31.5K bytes
    - Viewed (0)
Back to top