[zh]Update content/zh/docs/tasks/configure-pod-container/enforce-standards-namespace-labels.md

[zh]Update content/zh/docs/tasks/configure-pod-container/enforce-standards-namespace-labels.md
This commit is contained in:
wei.wang
2022-05-14 02:30:13 +08:00
parent d82193be28
commit d82bdb4423
2 changed files with 10 additions and 3 deletions
@@ -9,7 +9,7 @@ min-kubernetes-server-version: v1.22
Namespaces can be labeled to enforce the [Pod Security Standards](/docs/concepts/security/pod-security-standards). The three policies
[privileged](/docs/concepts/security/pod-security-standards/#privileged), [baseline](/docs/concepts/security/pod-security-standards/#baseline)
and [restricted](https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted) broadly cover the security spectrum
and [restricted](/docs/concepts/security/pod-security-standards/#restricted) broadly cover the security spectrum
and are implemented by the [Pod Security](/docs/concepts/security/pod-security-admission/) {{< glossary_tooltip
text="admission controller" term_id="admission-controller" >}}.