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.
2 parents 1d8f452 + ee25d32 commit a3c1261Copy full SHA for a3c1261
content/zh-cn/docs/tasks/configure-pod-container/static-pod.md
@@ -67,6 +67,13 @@ The `spec` of a static Pod cannot refer to other API objects
67
{{< glossary_tooltip text="Secret" term_id="secret" >}} 等)。
68
{{< /note >}}
69
70
+{{< note >}}
71
+<!--
72
+Static pods do not support [ephemeral containers](/docs/concepts/workloads/pods/ephemeral-containers/).
73
+-->
74
+静态 Pod 不支持[临时容器](/zh-cn/docs/concepts/workloads/pods/ephemeral-containers/)。
75
+{{< /note >}}
76
+
77
## {{% heading "prerequisites" %}}
78
79
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
0 commit comments