Skip to content

Commit a8b640b

Browse files
authored
Merge pull request #33388 from kinzhi/kinzhi79
[zh]Update /docs/tasks/debug/debug-application/debug-running-pod
2 parents cdbdf86 + d2a0ae1 commit a8b640b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ you can view processes in other containers.
129129

130130
{{% heading "whatsnext" %}}
131131
<!--
132-
* Learn how to [debug pods using ephemeral containers](/docs/tasks/debug-application-cluster/debug-running-pod/#ephemeral-container).
132+
* Learn how to [debug pods using ephemeral containers](/docs/tasks/debug/debug-application/debug-running-pod/#ephemeral-container).
133133
-->
134-
* 了解如何[使用临时调试容器来进行调试](/zh/docs/tasks/debug-application-cluster/debug-running-pod/#ephemeral-container)
134+
* 了解如何[使用临时调试容器来进行调试](/zh/docs/tasks/debug/debug-application/debug-running-pod/#ephemeral-container)

content/zh/docs/tasks/debug-application-cluster/debug-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ Again, the information from `kubectl describe ...` should be informative. The m
120120
#### My pod is crashing or otherwise unhealthy
121121
122122
Once your pod has been scheduled, the methods described in [Debug Running Pods](
123-
/docs/tasks/debug-application-cluster/debug-running-pod/) are available for debugging.
123+
/docs/tasks/debug/debug-application/debug-running-pod/) are available for debugging.
124124
-->
125125
#### Pod 处于 Crashing 或别的不健康状态
126126

127127
一旦 Pod 被调度,就可以采用
128-
[调试运行中的 Pod](/zh/docs/tasks/debug-application-cluster/debug-running-pod/)
128+
[调试运行中的 Pod](/zh/docs/tasks/debug/debug-application/debug-running-pod/)
129129
中的方法来进一步调试。
130130

131131
<!--

content/zh/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,12 @@ worker node, but it can't run on that machine. Again, the information from
160160
### My pod is crashing or otherwise unhealthy
161161
162162
Once your pod has been scheduled, the methods described in [Debug Running Pods](
163-
/docs/tasks/debug-application-cluster/debug-running-pod/) are available for debugging.
163+
/docs/tasks/debug/debug-application/debug-running-pod/) are available for debugging.
164164
-->
165165
### 我的 Pod 一直 Crashing 或者其他不健康状态
166166

167167
一旦 Pod 已经被调度,就可以依据
168-
[调试运行中的 Pod](/zh/docs/tasks/debug-application-cluster/debug-running-pod/)
168+
[调试运行中的 Pod](/zh/docs/tasks/debug/debug-application/debug-running-pod/)
169169
展开进一步的调试工作。
170170

171171
<!--

0 commit comments

Comments
 (0)