From 40c2a56157ff5b2589ba1cf2b6e09cb6d94feb87 Mon Sep 17 00:00:00 2001 From: houjun Date: Thu, 29 Sep 2022 19:56:54 +0800 Subject: [PATCH] Fix the feature state of PodSecurity (zh-cn) (#36895) Co-authored-by: amolmote --- .../reference/access-authn-authz/admission-controllers.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/zh-cn/docs/reference/access-authn-authz/admission-controllers.md b/content/zh-cn/docs/reference/access-authn-authz/admission-controllers.md index 257dc1a01b..ee739723c5 100644 --- a/content/zh-cn/docs/reference/access-authn-authz/admission-controllers.md +++ b/content/zh-cn/docs/reference/access-authn-authz/admission-controllers.md @@ -444,7 +444,7 @@ name as the key. This admission controller, if enabled, automatically adds tolerations for such taints to pods requesting extended resources, so users don't have to manually add these tolerations. -This admission controller is diabled by default. +This admission controller is disabled by default. --> 此插件有助于创建带有扩展资源的专用节点。 如果运维人员想要创建带有扩展资源(如 GPU、FPGA 等)的专用节点,他们应该以扩展资源名称作为键名, @@ -595,7 +595,7 @@ any pod annotations that match `*.image-policy.k8s.io/*`. `imagepolicy.k8s.io/v1alpha1` `ImageReview` 对象。 该对象包含描述被准入容器的字段,以及与 `*.image-policy.k8s.io/*` 匹配的所有 Pod 注解。 -{{ note }} +{{< note >}}