Skip to content

Commit f846940

Browse files
committed
ephemeral-container.md
[zh-cn]Update ephemeral-container.md
1 parent fa1ccd9 commit f846940

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/zh-cn/docs/reference/glossary/ephemeral-container.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ A {{< glossary_tooltip term_id="container" >}} type that you can temporarily run
3131

3232
<!--
3333
If you want to investigate a Pod that's running with problems, you can add an ephemeral container to that Pod and carry out diagnostics. Ephemeral containers have no resource or scheduling guarantees, and you should not use them to run any part of the workload itself.
34+
Ephemeral containers are not supported by {{< glossary_tooltip text="static pods" term_id="static-pod" >}}.
3435
-->
3536
如果想要调查运行中有问题的 Pod,可以向该 Pod 添加一个临时容器(Ephemeral Container)并进行诊断。
3637
临时容器没有资源或调度保证,因此不应该使用它们来运行任何部分的工作负荷本身。
38+
{{{< glossary_tooltip text="静态 Pod" term_id="static-pod" >}} 不支持临时容器。

0 commit comments

Comments
 (0)