Skip to content

Commit 0623188

Browse files
authored
[zh-cn]Fix syntax error in debug-running-pod.md
The word '以便' should be '导致' in the context. Signed-off-by: littleplus<[email protected]>
1 parent 64353cb commit 0623188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/tasks/debug/debug-application/debug-running-pod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ You can view the state of the newly created ephemeral container using `kubectl d
605605
{{< note >}}
606606
{{< glossary_tooltip text="容器运行时" term_id="container-runtime" >}}必须支持 `--target` 参数。
607607
如果不支持,则临时容器可能不会启动,或者可能使用隔离的进程命名空间启动,
608-
以便 `ps` 不显示其他容器内的进程。
608+
导致 `ps` 不显示其他容器内的进程。
609609
{{< /note >}}
610610

611611
你可以使用 `kubectl describe` 查看新创建的临时容器的状态:

0 commit comments

Comments
 (0)