We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64353cb commit 0623188Copy full SHA for 0623188
content/zh-cn/docs/tasks/debug/debug-application/debug-running-pod.md
@@ -605,7 +605,7 @@ You can view the state of the newly created ephemeral container using `kubectl d
605
{{< note >}}
606
{{< glossary_tooltip text="容器运行时" term_id="container-runtime" >}}必须支持 `--target` 参数。
607
如果不支持,则临时容器可能不会启动,或者可能使用隔离的进程命名空间启动,
608
-以便 `ps` 不显示其他容器内的进程。
+导致 `ps` 不显示其他容器内的进程。
609
{{< /note >}}
610
611
你可以使用 `kubectl describe` 查看新创建的临时容器的状态:
0 commit comments