diff --git a/content/zh-cn/docs/tutorials/stateful-application/basic-stateful-set.md b/content/zh-cn/docs/tutorials/stateful-application/basic-stateful-set.md index c07d96ba6fe..3b6cfff45be 100644 --- a/content/zh-cn/docs/tutorials/stateful-application/basic-stateful-set.md +++ b/content/zh-cn/docs/tutorials/stateful-application/basic-stateful-set.md @@ -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 ```