fix markdown format as shell

pull/40180/head
DanteMustCode 2023-03-21 16:09:36 +08:00 committed by GitHub
parent fba8c35078
commit 5ac9411865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -254,8 +254,8 @@ web-0
web-1
```
then, run:
```
kubectl run -i --tty --image busybox:1.28 dns-test --restart=Never --rm /bin/sh
```shell
kubectl run -i --tty --image busybox:1.28 dns-test --restart=Never --rm
```
which starts a new shell.
In that new shell, run:
@ -1257,4 +1257,4 @@ You also need to delete the persistent storage media for the PersistentVolumes
used in this tutorial.
Follow the necessary steps, based on your environment, storage configuration,
and provisioning method, to ensure that all storage is reclaimed.
{{< /note >}}
{{< /note >}}