Merge pull request #32607 from my-git9/cluster-level-pss

[zh] Update cluster-level-pass.md
This commit is contained in:
Kubernetes Prow Robot 2022-03-29 03:58:47 -07:00 committed by GitHub
commit 5fe595f833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ Pod Security admission (PSA) is enabled by default in v1.23 and later, as it has
[graduated to beta](/blog/2021/12/09/pod-security-admission-beta/). [graduated to beta](/blog/2021/12/09/pod-security-admission-beta/).
Pod Security Pod Security
is an admission controller that carries out checks against the Kubernetes is an admission controller that carries out checks against the Kubernetes
[Pod Security Standards](docs/concepts/security/pod-security-standards/) when new pods are [Pod Security Standards](/docs/concepts/security/pod-security-standards/) when new pods are
created. This tutorial shows you how to enforce the `baseline` Pod Security created. This tutorial shows you how to enforce the `baseline` Pod Security
Standard at the cluster level which applies a standard configuration Standard at the cluster level which applies a standard configuration
to all namespaces in a cluster. to all namespaces in a cluster.
@ -406,14 +406,14 @@ following:
<!-- <!--
## Clean up ## Clean up
Run `kind delete cluster -name psa-with-cluster-pss` and Run `kind delete cluster --name psa-with-cluster-pss` and
`kind delete cluster -name psa-wo-cluster-pss` to delete the clusters you `kind delete cluster --name psa-wo-cluster-pss` to delete the clusters you
created. created.
--> -->
## 清理 {#clean-up} ## 清理 {#clean-up}
运行 `kind delete cluster -name psa-with-cluster-pss` 和 运行 `kind delete cluster --name psa-with-cluster-pss` 和
`kind delete cluster -name psa-wo-cluster-pss` 来删除你创建的集群。 `kind delete cluster --name psa-wo-cluster-pss` 来删除你创建的集群。
## {{% heading "whatsnext" %}} ## {{% heading "whatsnext" %}}