Merge pull request #40418 from fenggw-fnst/sync-basic-stateful-set

[zh-cn] Sync basic-stateful-set.md
pull/40402/head
Kubernetes Prow Robot 2023-03-30 04:03:49 -07:00 committed by GitHub
commit c072681681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```
<!--