Skip to content

Commit

Permalink
[ja] fix markdown format
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed May 16, 2023
1 parent 628cfd7 commit fc8026a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc8026a

Please sign in to comment.