From 7de0e8f25d10cc0a36853df02335581c2e9120df Mon Sep 17 00:00:00 2001 From: guzj11 <67083623+guzj11@users.noreply.github.com> Date: Tue, 15 Dec 2020 21:56:18 +0800 Subject: [PATCH] Update debug-service.md sync with English version. --- .../tasks/debug-application-cluster/debug-service.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 >}} +