File tree Expand file tree Collapse file tree 2 files changed +17
-9
lines changed
content/zh-cn/docs/tutorials/security Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -425,14 +425,18 @@ following:
425
425
<!--
426
426
## Clean up
427
427
428
- Run `kind delete cluster --name psa-with-cluster-pss` and
429
- `kind delete cluster --name psa-wo-cluster-pss` to delete the clusters you
430
- created.
428
+ Now delete the clusters which you created above by running the following command:
431
429
-->
432
430
## 清理 {#clean-up}
433
431
434
- 运行 ` kind delete cluster --name psa-with-cluster-pss ` 和
435
- ` kind delete cluster --name psa-wo-cluster-pss ` 来删除你创建的集群。
432
+ 现在通过运行以下命令删除你上面创建的集群:
433
+
434
+ ``` shell
435
+ kind delete cluster --name psa-with-cluster-pss
436
+ ```
437
+ ``` shell
438
+ kind delete cluster --name psa-wo-cluster-pss
439
+ ```
436
440
437
441
## {{% heading "whatsnext" %}}
438
442
Original file line number Diff line number Diff line change 1
1
---
2
2
title : 在名字空间级别应用 Pod 安全标准
3
3
content_type : tutorial
4
- weight : 10
4
+ weight : 20
5
5
---
6
6
7
7
<!--
8
8
title: Apply Pod Security Standards at the Namespace Level
9
9
content_type: tutorial
10
- weight: 10
10
+ weight: 20
11
11
-->
12
12
13
13
{{% alert title="Note" %}}
@@ -224,11 +224,15 @@ with no warnings.
224
224
< ! --
225
225
# # Clean up
226
226
227
- Run ` kind delete cluster --name psa-ns-level ` to delete the cluster created.
227
+ Now delete the cluster which you created above by running the following command:
228
228
-->
229
229
# # 清理 {#clean-up}
230
230
231
- 运行 ` kind delete cluster --name psa-ns-level` 删除创建的集群。
231
+ 现在通过运行以下命令删除你上面创建的集群:
232
+
233
+ ` ` ` shell
234
+ kind delete cluster --name psa-ns-level
235
+ ` ` `
232
236
233
237
# # {{% heading "whatsnext" %}}
234
238
You can’t perform that action at this time.
0 commit comments