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 3bcd2dd + 635f1c8 commit c80beb4Copy full SHA for c80beb4
content/id/docs/tutorials/stateful-application/basic-stateful-set.md
@@ -245,8 +245,8 @@ web-0
245
web-1
246
```
247
selanjutnya, jalankan:
248
-```
249
-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
250
251
perintah itu akan menjalankan _shell_ baru.
252
Di dalam _shell_ yang baru jalankan:
0 commit comments