Skip to content

Commit 40c2a56

Browse files
Fix the feature state of PodSecurity (zh-cn) (#36895)
Co-authored-by: amolmote <[email protected]>
1 parent b78f244 commit 40c2a56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/zh-cn/docs/reference/access-authn-authz/admission-controllers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ name as the key. This admission controller, if enabled, automatically
444444
adds tolerations for such taints to pods requesting extended resources, so users don't have to manually
445445
add these tolerations.
446446
447-
This admission controller is diabled by default.
447+
This admission controller is disabled by default.
448448
-->
449449
此插件有助于创建带有扩展资源的专用节点。
450450
如果运维人员想要创建带有扩展资源(如 GPU、FPGA 等)的专用节点,他们应该以扩展资源名称作为键名,
@@ -595,7 +595,7 @@ any pod annotations that match `*.image-policy.k8s.io/*`.
595595
`imagepolicy.k8s.io/v1alpha1` `ImageReview` 对象。
596596
该对象包含描述被准入容器的字段,以及与 `*.image-policy.k8s.io/*` 匹配的所有 Pod 注解。
597597

598-
{{ note }}
598+
{{< note >}}
599599
<!--
600600
The webhook API objects are subject to the same versioning compatibility rules
601601
as other Kubernetes API objects. Implementers should be aware of looser compatibility
@@ -609,7 +609,7 @@ group (`--runtime-config=imagepolicy.k8s.io/v1alpha1=true`).
609609
以确保正确的反序列化。
610610
此外,API 服务器必须启用 `imagepolicy.k8s.io/v1alpha1` API 扩展组
611611
(`--runtime-config=imagepolicy.k8s.io/v1alpha1=true`)。
612-
{{ /note }}
612+
{{< /note >}}
613613

614614
<!--
615615
An example request body:
@@ -1091,7 +1091,7 @@ PodNodeSelector 允许 Pod 强制在特定标签的节点上运行。
10911091

10921092
### PodSecurity {#podsecurity}
10931093

1094-
{{< feature-state for_k8s_version="v1.23" state="beta" >}}
1094+
{{< feature-state for_k8s_version="v1.25" state="stable" >}}
10951095

10961096
<!--
10971097
This is the replacement for the deprecated [PodSecurityPolicy](#podsecuritypolicy) admission controller

0 commit comments

Comments
 (0)