Merge pull request #40180 from DanteMustCode/patch-1

fix markdown format as shell
This commit is contained in:
Kubernetes Prow Robot 2023-03-29 21:41:49 -07:00 committed by GitHub
commit 1e9ff7480e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 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: