[zh-cn] Sync basic-stateful-set.md

Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
pull/40418/head
Guangwen Feng 2023-03-30 18:18:38 +08:00
parent 72f5bf1185
commit 9980cd8065
1 changed files with 2 additions and 2 deletions

View File

@ -416,8 +416,8 @@ then, run:
-->
然后,运行:
```
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
```
<!--