Skip to content

Commit

Permalink
Update debug-service.md
Browse files Browse the repository at this point in the history
sync with English version.
  • Loading branch information
guzj11 committed Dec 15, 2020
1 parent 9073e2e commit 7de0e8f
Showing 1 changed file with 9 additions and 1 deletion.
Expand Up @@ -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 >}}
If you don't see a command prompt, try pressing enter.
{{< /note >}}
-->
{{< note >}}
如果没有看到命令提示符,请按回车。
{{< /note >}}

<!--
If you already have a running Pod that you prefer to use, you can run a
command in it using:
Expand Down

0 comments on commit 7de0e8f

Please sign in to comment.