Skip to content

Commit 1e9ff74

Browse files
authored
Merge pull request #40180 from DanteMustCode/patch-1
fix markdown format as shell
2 parents fbdf673 + 992809e commit 1e9ff74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ web-0
254254
web-1
255255
```
256256
then, run:
257-
```
258-
kubectl run -i --tty --image busybox:1.28 dns-test --restart=Never --rm /bin/sh
257+
```shell
258+
kubectl run -i --tty --image busybox:1.28 dns-test --restart=Never --rm
259259
```
260260
which starts a new shell.
261261
In that new shell, run:

0 commit comments

Comments
 (0)