Skip to content

Commit b8053ea

Browse files
authored
Merge pull request #42870 from asa3311/sync-zh-58
[zh] sync cluster-level-pss ns-level-pss
2 parents 64b2336 + 30dd466 commit b8053ea

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

content/zh-cn/docs/tutorials/security/cluster-level-pss.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ This tutorial applies only for new clusters.
1717
{{% /alert %}}
1818

1919
<!--
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
2421
[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
2624
Standard at the cluster level which applies a standard configuration
2725
to all namespaces in a cluster.
2826
@@ -32,10 +30,8 @@ To apply Pod Security Standards to specific namespaces, refer to
3230
If you are running a version of Kubernetes other than v{{< skew currentVersion >}},
3331
check the documentation for that version.
3432
-->
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)的功能。
3935
本教程将向你展示如何在集群级别实施 `baseline` Pod 安全标准,
4036
该标准将标准配置应用于集群中的所有名字空间。
4137

content/zh-cn/docs/tutorials/security/ns-level-pss.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,18 @@ This tutorial applies only for new clusters.
1818
{{% /alert %}}
1919

2020
<!--
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
2422
[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,
2625
one namespace at a time.
2726
2827
You can also apply Pod Security Standards to multiple namespaces at once at the cluster
2928
level. For instructions, refer to
3029
[Apply Pod Security Standards at the cluster level](/docs/tutorials/security/cluster-level-pss/).
3130
-->
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)的功能。
3633
在本教程中,你将应用 `baseline` Pod 安全标准,每次一个名字空间。
3734

3835
你还可以在集群级别一次将 Pod 安全标准应用于多个名称空间。

0 commit comments

Comments
 (0)