Skip to content

Commit a10763d

Browse files
authored
Merge pull request #39065 from Shubham82/add_shell_code_snippet
Improvement: Added shell code block snippet to the commands.
2 parents 38418fb + d3e7c23 commit a10763d

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

content/en/docs/tutorials/security/cluster-level-pss.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,14 @@ following:
315315
316316
## Clean up
317317
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+
```
321326
322327
## {{% heading "whatsnext" %}}
323328

content/en/docs/tutorials/security/ns-level-pss.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,11 @@ with no warnings.
155155
156156
## Clean up
157157
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+
```
159163
160164
## {{% heading "whatsnext" %}}
161165

0 commit comments

Comments
 (0)