Merge pull request #33388 from kinzhi/kinzhi79
[zh]Update /docs/tasks/debug/debug-application/debug-running-podpull/33410/head^2 snapshot-final-v1.23
commit
a8b640bd6f
|
@ -129,6 +129,6 @@ you can view processes in other containers.
|
|||
|
||||
{{% heading "whatsnext" %}}
|
||||
<!--
|
||||
* Learn how to [debug pods using ephemeral containers](/docs/tasks/debug-application-cluster/debug-running-pod/#ephemeral-container).
|
||||
* Learn how to [debug pods using ephemeral containers](/docs/tasks/debug/debug-application/debug-running-pod/#ephemeral-container).
|
||||
-->
|
||||
* 了解如何[使用临时调试容器来进行调试](/zh/docs/tasks/debug-application-cluster/debug-running-pod/#ephemeral-container)
|
||||
* 了解如何[使用临时调试容器来进行调试](/zh/docs/tasks/debug/debug-application/debug-running-pod/#ephemeral-container)
|
||||
|
|
|
@ -120,12 +120,12 @@ Again, the information from `kubectl describe ...` should be informative. The m
|
|||
#### My pod is crashing or otherwise unhealthy
|
||||
|
||||
Once your pod has been scheduled, the methods described in [Debug Running Pods](
|
||||
/docs/tasks/debug-application-cluster/debug-running-pod/) are available for debugging.
|
||||
/docs/tasks/debug/debug-application/debug-running-pod/) are available for debugging.
|
||||
-->
|
||||
#### Pod 处于 Crashing 或别的不健康状态
|
||||
|
||||
一旦 Pod 被调度,就可以采用
|
||||
[调试运行中的 Pod](/zh/docs/tasks/debug-application-cluster/debug-running-pod/)
|
||||
[调试运行中的 Pod](/zh/docs/tasks/debug/debug-application/debug-running-pod/)
|
||||
中的方法来进一步调试。
|
||||
|
||||
<!--
|
||||
|
|
|
@ -160,12 +160,12 @@ worker node, but it can't run on that machine. Again, the information from
|
|||
### My pod is crashing or otherwise unhealthy
|
||||
|
||||
Once your pod has been scheduled, the methods described in [Debug Running Pods](
|
||||
/docs/tasks/debug-application-cluster/debug-running-pod/) are available for debugging.
|
||||
/docs/tasks/debug/debug-application/debug-running-pod/) are available for debugging.
|
||||
-->
|
||||
### 我的 Pod 一直 Crashing 或者其他不健康状态
|
||||
|
||||
一旦 Pod 已经被调度,就可以依据
|
||||
[调试运行中的 Pod](/zh/docs/tasks/debug-application-cluster/debug-running-pod/)
|
||||
[调试运行中的 Pod](/zh/docs/tasks/debug/debug-application/debug-running-pod/)
|
||||
展开进一步的调试工作。
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue