Merge pull request #40180 from DanteMustCode/patch-1
fix markdown format as shell
This commit is contained in:
commit
1e9ff7480e
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue