Skip to content

Commit 0d0b1d5

Browse files
authored
Merge pull request #41181 from Arhell/ja-mark
[ja] fix markdown format
2 parents 48e124c + fc8026a commit 0d0b1d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/ja/docs/tutorials/stateful-application/basic-stateful-set.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ web-0
201201
web-1
202202
```
203203
その後、次のコマンドを実行します。
204-
```
205-
kubectl run -i --tty --image busybox:1.28 dns-test --restart=Never --rm /bin/sh
204+
```shell
205+
kubectl run -i --tty --image busybox:1.28 dns-test --restart=Never --rm
206206
```
207207
これにより、新しいシェルが起動します。新しいシェルで、次のコマンドを実行します。
208208
```shell

0 commit comments

Comments
 (0)