File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
content/en/docs/tutorials/security Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -315,9 +315,14 @@ following:
315
315
316
316
# # Clean up
317
317
318
- Run ` kind delete cluster --name psa-with-cluster-pss` and
319
- ` kind delete cluster --name psa-wo-cluster-pss` to delete the clusters you
320
- created.
318
+ Now delete the clusters which you created above by running the following command:
319
+
320
+ ` ` ` shell
321
+ kind delete cluster --name psa-with-cluster-pss
322
+ ` ` `
323
+ ` ` ` shell
324
+ kind delete cluster --name psa-wo-cluster-pss
325
+ ` ` `
321
326
322
327
# # {{% heading "whatsnext" %}}
323
328
Original file line number Diff line number Diff line change @@ -155,7 +155,11 @@ with no warnings.
155
155
156
156
# # Clean up
157
157
158
- Run ` kind delete cluster --name psa-ns-level` to delete the cluster created.
158
+ Now delete the cluster which you created above by running the following command:
159
+
160
+ ` ` ` shell
161
+ kind delete cluster --name psa-ns-level
162
+ ` ` `
159
163
160
164
# # {{% heading "whatsnext" %}}
161
165
You can’t perform that action at this time.
0 commit comments