Update debug-service.md

sync with English version.
This commit is contained in:
guzj11
2020-12-15 21:56:18 +08:00
committed by GitHub
parent 9073e2e2a6
commit 7de0e8f25d
@@ -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: