[ja] fix markdown format

This commit is contained in:
Arhell 2023-05-17 00:14:41 +03:00
parent 628cfd7971
commit fc8026a440
1 changed files with 2 additions and 2 deletions

View File

@ -201,8 +201,8 @@ web-0
web-1
```
その後、次のコマンドを実行します。
```
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
```
これにより、新しいシェルが起動します。新しいシェルで、次のコマンドを実行します。
```shell