Skip to content

Commit c072681

Browse files
authored
Merge pull request #40418 from fenggw-fnst/sync-basic-stateful-set
[zh-cn] Sync basic-stateful-set.md
2 parents 72f5bf1 + 9980cd8 commit c072681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/tutorials/stateful-application/basic-stateful-set.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ then, run:
416416
-->
417417
然后,运行:
418418

419-
```
420-
kubectl run -i --tty --image busybox:1.28 dns-test --restart=Never --rm /bin/sh
419+
```shell
420+
kubectl run -i --tty --image busybox:1.28 dns-test --restart=Never --rm
421421
```
422422

423423
<!--

0 commit comments

Comments
 (0)