File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh-cn/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 @@ -172,14 +172,14 @@ VMware vSphere | https://www.vmware.com/security/hardening-guides |
172
172
You can define security policies using Kubernetes-native mechanisms,
173
173
such as [NetworkPolicy](/docs/concepts/services-networking/network-policies/)
174
174
(declarative control over network packet filtering) or
175
- [ValidatingAdmisisonPolicy ](/docs/reference/access-authn-authz/validating-admission-policy/) (declarative restrictions on what changes
175
+ [ValidatingAdmissionPolicy ](/docs/reference/access-authn-authz/validating-admission-policy/) (declarative restrictions on what changes
176
176
someone can make using the Kubernetes API).
177
177
-->
178
178
## 策略
179
179
180
180
你可以使用 Kubernetes 原生机制定义安全策略,例如
181
181
[ NetworkPolicy] ( /zh-cn/docs/concepts/services-networking/network-policies/ ) (对网络数据包过滤的声明式控制)
182
- 或 [ ValidatingAdmisisonPolicy ] (/zh-cn/docs/reference/access -authn-authz/validating-admission-policy/)
182
+ 或 [ ValidatingAdmissionPolicy ] ( /zh-cn/docs/reference/access-authn-authz/validating-admission-policy/ )
183
183
(对某人可以使用 Kubernetes API 进行哪些更改的声明性限制)。
184
184
185
185
<!--
You can’t perform that action at this time.
0 commit comments