@@ -40,22 +40,22 @@ Pod Security Admission 是一个准入控制器,在创建 Pod 时应用 [Pod
4040<!--
4141Install the following on your workstation:
4242
43- - [KinD ](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
43+ - [kind ](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
4444- [kubectl](/docs/tasks/tools/)
4545-->
4646在你的工作站中安装以下内容:
4747
48- - [ KinD ] ( https://kind.sigs.k8s.io/docs/user/quick-start/#installation )
48+ - [ kind ] ( https://kind.sigs.k8s.io/docs/user/quick-start/#installation )
4949- [ kubectl] ( /zh-cn/docs/tasks/tools/ )
5050
5151<!--
5252## Create cluster
5353
54- 1. Create a `KinD ` cluster as follows:
54+ 1. Create a `kind ` cluster as follows:
5555-->
5656## 创建集群 {#create-cluster}
5757
58- 2 . 按照如下方式创建一个 ` KinD ` 集群:
58+ 2 . 按照如下方式创建一个 ` kind ` 集群:
5959
6060 ``` shell
6161 kind create cluster --name psa-ns-level
@@ -233,7 +233,7 @@ kind delete cluster --name psa-ns-level
233233 [shell script](/examples/security/kind-with-namespace-level-baseline-pod-security.sh)
234234 to perform all the preceding steps all at once.
235235
236- 1. Create KinD cluster
236+ 1. Create kind cluster
237237 2. Create new namespace
238238 3. Apply `baseline` Pod Security Standard in `enforce` mode while applying
239239 `restricted` Pod Security Standard also in `warn` and `audit` mode.
@@ -246,7 +246,7 @@ kind delete cluster --name psa-ns-level
246246- 运行一个 [ shell 脚本] ( /examples/security/kind-with-namespace-level-baseline-pod-security.sh )
247247 一次执行所有前面的步骤。
248248
249- 1 . 创建 KinD 集群
249+ 1 . 创建 kind 集群
250250 2 . 创建新的名字空间
251251 3 . 在 ` enforce ` 模式下应用 ` baseline ` Pod 安全标准,
252252 同时在 ` warn ` 和 ` audit ` 模式下应用 ` restricted ` Pod 安全标准。
0 commit comments