Skip to content

Commit c80beb4

Browse files
authored
Merge pull request #41222 from Arhell/id-fix
[id] fix markdown format
2 parents 3bcd2dd + 635f1c8 commit c80beb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ web-0
245245
web-1
246246
```
247247
selanjutnya, jalankan:
248-
```
249-
kubectl run -i --tty --image busybox:1.28 dns-test --restart=Never --rm /bin/sh
248+
```shell
249+
kubectl run -i --tty --image busybox:1.28 dns-test --restart=Never --rm
250250
```
251251
perintah itu akan menjalankan _shell_ baru.
252252
Di dalam _shell_ yang baru jalankan:

0 commit comments

Comments
 (0)