Skip to content

Commit a088d1f

Browse files
authored
Merge pull request #26210 from ydFu/update-ephemeral-containers
Update ephemeral-containers.md
2 parents 989dbbf + 270b1b9 commit a088d1f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/zh/docs/concepts/workloads/pods/ephemeral-containers.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,13 @@ enabled, and Kubernetes client and server version v1.16 or later.
158158

159159
<!--
160160
The examples in this section demonstrate how ephemeral containers appear in
161-
the API. You would normally use a `kubectl` plugin for troubleshooting that
162-
automates these steps.
161+
the API. You would normally use `kubectl debug` or another `kubectl`
162+
[plugin](/docs/tasks/extend-kubectl/kubectl-plugins/) to automate these steps
163+
rather than invoking the API directly.
163164
-->
164165
本节中的示例演示了临时容器如何出现在 API 中。
165-
通常,你可以使用 `kubectl` 插件进行故障排查,从而自动化执行这些步骤。
166+
通常,你会使用 `kubectl debug` 或别的 `kubectl`
167+
[插件](/zh/docs/tasks/extend-kubectl/kubectl-plugins/) 自动执行这些步骤,而不是直接调用API。
166168

167169
<!--
168170
Ephemeral containers are created using the `ephemeralcontainers` subresource

0 commit comments

Comments
 (0)