Improvement: Clarifiy the release which include Pod Security admission by default. (#34300)

* Improvement: Clarifiy the release which include Pod Security admission by default.

* Modify: wrapped the long lines.
This commit is contained in:
Shubham
2022-06-22 21:05:43 +05:30
committed by GitHub
parent 694e4b768e
commit 9ae05ea5b3
@@ -37,8 +37,8 @@ To use this mechanism, your cluster must enforce Pod Security admission.
### Built-in Pod Security admission enforcement
In Kubernetes v{{< skew currentVersion >}}, the `PodSecurity` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
is a beta feature and is enabled by default. You must have this feature gate enabled.
From Kubernetes v1.23, the `PodSecurity` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)is a beta feature and is enabled by default.
This page is part of the documentation for Kubernetesv{{< skew currentVersion >}}.
If you are running a different version of Kubernetes, consult the documentation for that release.
### Alternative: installing the `PodSecurity` admission webhook {#webhook}