Skip to content

Commit 24df79a

Browse files
authored
Update pod-security-admission.md
sync doc about Pod Security Admission Signed-off-by: LI XIN <[email protected]>
1 parent a8621cd commit 24df79a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/docs/concepts/security/pod-security-admission.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Kubernetes [Pod 安全性标准(Security Standards)](/zh/docs/concepts/secur
3333
为 Pod 定义不同的隔离级别。这些标准能够让你以一种清晰、一致的方式定义如何限制 Pod 行为。
3434

3535
<!--
36-
As an Beta feature, Kubernetes offers a built-in _Pod Security_ {{< glossary_tooltip
36+
As a Beta feature, Kubernetes offers a built-in _Pod Security_ {{< glossary_tooltip
3737
text="admission controller" term_id="admission-controller" >}}, the successor
3838
to [PodSecurityPolicies](/docs/concepts/policy/pod-security-policy/). Pod security restrictions
3939
are applied at the {{< glossary_tooltip text="namespace" term_id="namespace" >}} level when pods
@@ -238,7 +238,7 @@ Pod 通常是通过创建 {{< glossary_tooltip term_id="deployment" >}} 或
238238
<!--
239239
## Exemptions
240240
241-
You can define _exemptions_ from pod security enforcement in order allow the creation of pods that
241+
You can define _exemptions_ from pod security enforcement in order to allow the creation of pods that
242242
would have otherwise been prohibited due to the policy associated with a given namespace.
243243
Exemptions can be statically configured in the
244244
[Admission Controller configuration](/docs/tasks/configure-pod-container/enforce-standards-admission-controller/#configure-the-admission-controller).

0 commit comments

Comments
 (0)