@@ -40,22 +40,22 @@ Pod Security Admission 是一个准入控制器,在创建 Pod 时应用 [Pod
40
40
<!--
41
41
Install the following on your workstation:
42
42
43
- - [KinD ](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
43
+ - [kind ](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
44
44
- [kubectl](/docs/tasks/tools/)
45
45
-->
46
46
在你的工作站中安装以下内容:
47
47
48
- - [ KinD ] ( https://kind.sigs.k8s.io/docs/user/quick-start/#installation )
48
+ - [ kind ] ( https://kind.sigs.k8s.io/docs/user/quick-start/#installation )
49
49
- [ kubectl] ( /zh-cn/docs/tasks/tools/ )
50
50
51
51
<!--
52
52
## Create cluster
53
53
54
- 1. Create a `KinD ` cluster as follows:
54
+ 1. Create a `kind ` cluster as follows:
55
55
-->
56
56
## 创建集群 {#create-cluster}
57
57
58
- 2 . 按照如下方式创建一个 ` KinD ` 集群:
58
+ 2 . 按照如下方式创建一个 ` kind ` 集群:
59
59
60
60
``` shell
61
61
kind create cluster --name psa-ns-level
@@ -233,7 +233,7 @@ kind delete cluster --name psa-ns-level
233
233
[shell script](/examples/security/kind-with-namespace-level-baseline-pod-security.sh)
234
234
to perform all the preceding steps all at once.
235
235
236
- 1. Create KinD cluster
236
+ 1. Create kind cluster
237
237
2. Create new namespace
238
238
3. Apply `baseline` Pod Security Standard in `enforce` mode while applying
239
239
`restricted` Pod Security Standard also in `warn` and `audit` mode.
@@ -246,7 +246,7 @@ kind delete cluster --name psa-ns-level
246
246
- 运行一个 [ shell 脚本] ( /examples/security/kind-with-namespace-level-baseline-pod-security.sh )
247
247
一次执行所有前面的步骤。
248
248
249
- 1 . 创建 KinD 集群
249
+ 1 . 创建 kind 集群
250
250
2 . 创建新的名字空间
251
251
3 . 在 ` enforce ` 模式下应用 ` baseline ` Pod 安全标准,
252
252
同时在 ` warn ` 和 ` audit ` 模式下应用 ` restricted ` Pod 安全标准。
0 commit comments