Skip to content

Commit f65f0a5

Browse files
authored
Merge pull request #39019 from windsonsea/admcon
[zh] sync enforce-standards-admission-controller.md
2 parents d63c9e9 + ce0a661 commit f65f0a5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/zh-cn/docs/tasks/configure-pod-container/enforce-standards-admission-controller.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ plugins:
7070
namespaces: []
7171
```
7272
73+
{{< note >}}
74+
<!--
75+
The above manifest needs to be specified via the `--admission-control-config-file` to kube-apiserver.
76+
-->
77+
上面的清单需要通过 `--admission-control-config-file` 指定给 kube-apiserver。
78+
{{< /note >}}
79+
7380
{{< note >}}
7481
<!--
7582
`pod-security.admission.config.k8s.io/v1` configuration requires v1.25+.
@@ -79,5 +86,4 @@ For v1.22, use [v1alpha1](https://v1-22.docs.kubernetes.io/docs/tasks/configure-
7986
`pod-security.admission.config.k8s.io/v1` 配置需要 v1.25+。
8087
对于 v1.23 和 v1.24,使用 [v1beta1](https://v1-24.docs.kubernetes.io/zh-cn/docs/tasks/configure-pod-container/enforce-standards-admission-controller/)。
8188
对于 v1.22,使用 [v1alpha1](https://v1-22.docs.kubernetes.io/docs/tasks/configure-pod-container/enforce-standards-admission-controller/)。
82-
v1beta1 配置结构需要使用 v1.23+ 版本;对于 v1.22 版本,可使用 v1alpha1。
8389
{{< /note >}}

0 commit comments

Comments
 (0)