From 9980cd8065c0304818ffb178400a1f7cad1b2f81 Mon Sep 17 00:00:00 2001 From: Guangwen Feng Date: Thu, 30 Mar 2023 18:18:38 +0800 Subject: [PATCH] [zh-cn] Sync basic-stateful-set.md Signed-off-by: Guangwen Feng --- .../docs/tutorials/stateful-application/basic-stateful-set.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```