Merge pull request #44156 from saschagrunert/dev-1.29-user-namespaces-pss-update
Dev 1.29 user namespaces pss updatepull/44177/head
commit
41135adb1f
|
@ -485,6 +485,12 @@ Restrictions on the following controls are only required if `.spec.os.name` is n
|
||||||
- Seccomp
|
- Seccomp
|
||||||
- Linux Capabilities
|
- Linux Capabilities
|
||||||
|
|
||||||
|
## User namespaces
|
||||||
|
|
||||||
|
User Namespaces are a Linux-only feature to run workloads with increased
|
||||||
|
isolation. How they work together with Pod Security Standards is described in
|
||||||
|
the [documentation](/docs/concepts/workloads/pods/user-namespaces#integration-with-pod-security-admission-checks) for Pods that use user namespaces.
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
### Why isn't there a profile between privileged and baseline?
|
### Why isn't there a profile between privileged and baseline?
|
||||||
|
|
|
@ -811,7 +811,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
|
||||||
- `UserNamespacesPodSecurityStandards`: Enable Pod Security Standards policies relaxation for pods
|
- `UserNamespacesPodSecurityStandards`: Enable Pod Security Standards policies relaxation for pods
|
||||||
that run with namespaces. You must set the value of this feature gate consistently across all nodes in
|
that run with namespaces. You must set the value of this feature gate consistently across all nodes in
|
||||||
your cluster, and you must also enable `UserNamespacesSupport` to use this feature.
|
your cluster, and you must also enable `UserNamespacesSupport` to use this feature.
|
||||||
See [User Namespaces](/docs/concepts/workloads/pods/user-namespaces/#integration-with-pod-security-standards) for more details.
|
See [User Namespaces](/docs/concepts/workloads/pods/user-namespaces/#integration-with-pod-security-admission-checks) for more details.
|
||||||
- `UserNamespacesSupport`: Enable user namespace support for Pods.
|
- `UserNamespacesSupport`: Enable user namespace support for Pods.
|
||||||
Before Kubernetes v1.28, this feature gate was named `UserNamespacesStatelessPodsSupport`.
|
Before Kubernetes v1.28, this feature gate was named `UserNamespacesStatelessPodsSupport`.
|
||||||
- `ValidatingAdmissionPolicy`: Enable [ValidatingAdmissionPolicy](/docs/reference/access-authn-authz/validating-admission-policy/)
|
- `ValidatingAdmissionPolicy`: Enable [ValidatingAdmissionPolicy](/docs/reference/access-authn-authz/validating-admission-policy/)
|
||||||
|
|
Loading…
Reference in New Issue