You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Alternative: installing the `PodSecurity` admission webhook {#webhook}
84
+
### Alternative: installing the `PodSecurity` admission webhook {#webhook}
82
85
83
-
For environments where the built-in `PodSecurity` admission plugin cannot be used,
84
-
either because the cluster is older than v1.22, or the `PodSecurity` feature cannot be enabled,
85
-
the `PodSecurity` admission logic is also available as a Beta [validating admission webhook](https://git.k8s.io/pod-security-admission/webhook).
86
+
The `PodSecurity` admission logic is also available as a [validating admission webhook](https://git.k8s.io/pod-security-admission/webhook). This implementation is also beta.
87
+
For environments where the built-in `PodSecurity` admission plugin cannot be enabled, you can instead enable that logic via a validating admission webhook.
0 commit comments