Skip to content

Commit 5ac9411

Browse files
fix markdown format as shell
1 parent fba8c35 commit 5ac9411

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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:
@@ -1257,4 +1257,4 @@ You also need to delete the persistent storage media for the PersistentVolumes
12571257
used in this tutorial.
12581258
Follow the necessary steps, based on your environment, storage configuration,
12591259
and provisioning method, to ensure that all storage is reclaimed.
1260-
{{< /note >}}
1260+
{{< /note >}}

0 commit comments

Comments
 (0)