Merge pull request #45992 from littleplus/syntax-fix-patch-1

[zh-cn]Fix syntax error in debug-running-pod.md
pull/46014/head
Kubernetes Prow Robot 2024-04-24 19:16:03 -07:00 committed by GitHub
commit 07297d4767
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ You can view the state of the newly created ephemeral container using `kubectl d
{{< note >}}
{{< glossary_tooltip text="容器运行时" term_id="container-runtime" >}}必须支持 `--target` 参数。
如果不支持,则临时容器可能不会启动,或者可能使用隔离的进程命名空间启动,
以便 `ps` 不显示其他容器内的进程。
导致 `ps` 不显示其他容器内的进程。
{{< /note >}}
你可以使用 `kubectl describe` 查看新创建的临时容器的状态: