File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/zh/docs/tutorials/security Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Install the following on your workstation:
61
61
kind create cluster --name psa-ns-level --image kindest/node:v1.23.0
62
62
```
63
63
<!-- The output is similar to this: -->
64
- 输入类似于 :
64
+ 输出类似于 :
65
65
```
66
66
Creating cluster "psa-ns-level" ...
67
67
✓ Ensuring node image (kindest/node:v1.23.0) 🖼
@@ -84,7 +84,7 @@ Install the following on your workstation:
84
84
kubectl cluster-info --context kind-psa-ns-level
85
85
```
86
86
<!-- The output is similar to this: -->
87
- 输入类似于 :
87
+ 输出类似于 :
88
88
```
89
89
Kubernetes control plane is running at https://127.0.0.1:50996
90
90
CoreDNS is running at https://127.0.0.1:50996/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy
@@ -194,7 +194,7 @@ namespace/example created
194
194
kubectl apply -n default -f /tmp/pss/nginx-pod.yaml
195
195
` ` `
196
196
< ! -- Output is similar to this: -->
197
- 输入类似于 :
197
+ 输出类似于 :
198
198
` ` `
199
199
pod/nginx created
200
200
` ` `
@@ -240,4 +240,4 @@ Run `kind delete cluster -name psa-ns-level` to delete the cluster created.
240
240
4. 创建一个应用以下 Pod 安全标准的新 Pod
241
241
- [Pod 安全准入](/zh/docs/concepts/security/pod-security-admission/)
242
242
- [Pod 安全标准](/zh/docs/concepts/security/pod-security-standards/)
243
- - [在集群级别应用 Pod 安全标准](/zh/docs/tutorials/security/cluster-level-pss/)
243
+ - [在集群级别应用 Pod 安全标准](/zh/docs/tutorials/security/cluster-level-pss/)
You can’t perform that action at this time.
0 commit comments