Merge pull request #32607 from my-git9/cluster-level-pss
[zh] Update cluster-level-pass.md
This commit is contained in:
commit
5fe595f833
|
|
@ -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" %}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue