diff --git a/content/zh/docs/tasks/debug-application-cluster/debug-service.md b/content/zh/docs/tasks/debug-application-cluster/debug-service.md index 1bd0c26cb1..9c2ef902e7 100644 --- a/content/zh/docs/tasks/debug-application-cluster/debug-service.md +++ b/content/zh/docs/tasks/debug-application-cluster/debug-service.md @@ -38,9 +38,17 @@ sees. The simplest way to do this is to run an interactive alpine Pod: ```none $ kubectl run -it --rm --restart=Never alpine --image=alpine sh -If you don't see a command prompt, try pressing enter. ``` + +{{< note >}} +如果没有看到命令提示符,请按回车。 +{{< /note >}} +