File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh/docs/concepts/security Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Kubernetes [Pod 安全性标准(Security Standards)](/zh/docs/concepts/secur
33
33
为 Pod 定义不同的隔离级别。这些标准能够让你以一种清晰、一致的方式定义如何限制 Pod 行为。
34
34
35
35
<!--
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
37
37
text="admission controller" term_id="admission-controller" >}}, the successor
38
38
to [PodSecurityPolicies](/docs/concepts/policy/pod-security-policy/). Pod security restrictions
39
39
are applied at the {{< glossary_tooltip text="namespace" term_id="namespace" >}} level when pods
@@ -238,7 +238,7 @@ Pod 通常是通过创建 {{< glossary_tooltip term_id="deployment" >}} 或
238
238
<!--
239
239
## Exemptions
240
240
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
242
242
would have otherwise been prohibited due to the policy associated with a given namespace.
243
243
Exemptions can be statically configured in the
244
244
[Admission Controller configuration](/docs/tasks/configure-pod-container/enforce-standards-admission-controller/#configure-the-admission-controller).
You can’t perform that action at this time.
0 commit comments