File tree Expand file tree Collapse file tree 2 files changed +10
-17
lines changed
content/zh-cn/docs/tutorials/security Expand file tree Collapse file tree 2 files changed +10
-17
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,10 @@ This tutorial applies only for new clusters.
17
17
{{% /alert %}}
18
18
19
19
<!--
20
- Pod Security admission (PSA) is enabled by default in v1.23 and later, as it has
21
- [graduated to beta](/blog/2021/12/09/pod-security-admission-beta/).
22
- Pod Security
23
- is an admission controller that carries out checks against the Kubernetes
20
+ Pod Security is an admission controller that carries out checks against the Kubernetes
24
21
[Pod Security Standards](/docs/concepts/security/pod-security-standards/) when new pods are
25
- created. This tutorial shows you how to enforce the `baseline` Pod Security
22
+ created. It is a feature GA'ed in v1.25.
23
+ This tutorial shows you how to enforce the `baseline` Pod Security
26
24
Standard at the cluster level which applies a standard configuration
27
25
to all namespaces in a cluster.
28
26
@@ -32,10 +30,8 @@ To apply Pod Security Standards to specific namespaces, refer to
32
30
If you are running a version of Kubernetes other than v{{< skew currentVersion >}},
33
31
check the documentation for that version.
34
32
-->
35
- Pod 安全准入(PSA)在 v1.23 及更高版本默认启用,
36
- 因为它已[ 进阶为 Beta] ( /blog/2021/12/09/pod-security-admission-beta/ ) 。
37
- Pod 安全准入是在创建 Pod 时应用
38
- [ Pod 安全标准] ( /zh-cn/docs/concepts/security/pod-security-standards/ ) 的准入控制器。
33
+ Pod 安全是一个准入控制器,当新的 Pod 被创建时,它会根据 Kubernetes [ Pod 安全标准] ( /zh-cn/docs/concepts/security/pod-security-standards/ )
34
+ 进行检查。这是在 v1.25 中达到正式发布(GA)的功能。
39
35
本教程将向你展示如何在集群级别实施 ` baseline ` Pod 安全标准,
40
36
该标准将标准配置应用于集群中的所有名字空间。
41
37
Original file line number Diff line number Diff line change @@ -18,21 +18,18 @@ This tutorial applies only for new clusters.
18
18
{{% /alert %}}
19
19
20
20
<!--
21
- Pod Security admission (PSA) is enabled by default in v1.23 and later, as it
22
- [graduated to beta](/blog/2021/12/09/pod-security-admission-beta/). Pod Security Admission
23
- is an admission controller that applies
21
+ Pod Security Admission is an admission controller that applies
24
22
[Pod Security Standards](/docs/concepts/security/pod-security-standards/)
25
- when pods are created. In this tutorial, you will enforce the `baseline` Pod Security Standard,
23
+ when pods are created. It is a feature GA'ed in v1.25.
24
+ In this tutorial, you will enforce the `baseline` Pod Security Standard,
26
25
one namespace at a time.
27
26
28
27
You can also apply Pod Security Standards to multiple namespaces at once at the cluster
29
28
level. For instructions, refer to
30
29
[Apply Pod Security Standards at the cluster level](/docs/tutorials/security/cluster-level-pss/).
31
30
-->
32
- Pod 安全准入(PSA)在 v1.23 及更高版本默认启用,
33
- 因为它[ 升级到测试版(beta)] ( /blog/2021/12/09/pod-security-admission-beta/ ) 。
34
- Pod 安全准入是在创建 Pod 时应用
35
- [ Pod 安全标准] ( /zh-cn/docs/concepts/security/pod-security-standards/ ) 的准入控制器。
31
+ Pod Security Admission 是一个准入控制器,在创建 Pod 时应用 [ Pod 安全标准] ( /zh-cn/docs/concepts/security/pod-security-standards/ ) 。
32
+ 这是在 v1.25 中达到正式发布(GA)的功能。
36
33
在本教程中,你将应用 ` baseline ` Pod 安全标准,每次一个名字空间。
37
34
38
35
你还可以在集群级别一次将 Pod 安全标准应用于多个名称空间。
You can’t perform that action at this time.
0 commit comments