Merge pull request #25637 from guzj11/patch-45

Update debug-service.md
This commit is contained in:
Kubernetes Prow Robot
2020-12-16 00:22:21 -08:00
committed by GitHub
@@ -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: