Skip to content

Commit 070c036

Browse files
authored
Merge pull request #38298 from windsonsea/ephcon
[zh] updated glossary/ephemeral-container.md
2 parents 8db5d4a + 1672d22 commit 070c036

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ 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+
3435
Ephemeral containers are not supported by {{< glossary_tooltip text="static pods" term_id="static-pod" >}}.
3536
-->
3637
如果想要调查运行中有问题的 Pod,可以向该 Pod 添加一个临时容器(Ephemeral Container)并进行诊断。
37-
临时容器没有资源或调度保证,因此不应该使用它们来运行任何部分的工作负荷本身。
38-
{{{< glossary_tooltip text="静态 Pod" term_id="static-pod" >}} 不支持临时容器。
38+
临时容器没有资源或调度保证,因此不应该使用它们来运行工作负载本身的任何部分。
39+
40+
{{< glossary_tooltip text="静态 Pod" term_id="static-pod" >}} 不支持临时容器。

0 commit comments

Comments
 (0)