We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48e124c + fc8026a commit 0d0b1d5Copy full SHA for 0d0b1d5
content/ja/docs/tutorials/stateful-application/basic-stateful-set.md
@@ -201,8 +201,8 @@ web-0
201
web-1
202
```
203
その後、次のコマンドを実行します。
204
-```
205
-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
206
207
これにより、新しいシェルが起動します。新しいシェルで、次のコマンドを実行します。
208
```shell
0 commit comments