From 87253540077a533eea42063fcae854afb9c9f7ec Mon Sep 17 00:00:00 2001 From: "wei.wang" Date: Thu, 12 May 2022 01:10:17 +0800 Subject: [PATCH] [zh]Update quote /docs/tasks/debug/debug-application/debug-running-pod --- .../concepts/cluster-administration/manage-deployment.md | 5 ++--- content/zh/docs/concepts/containers/runtime-class.md | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/content/zh/docs/concepts/cluster-administration/manage-deployment.md b/content/zh/docs/concepts/cluster-administration/manage-deployment.md index 30be88f7cc..7d77f529e2 100644 --- a/content/zh/docs/concepts/cluster-administration/manage-deployment.md +++ b/content/zh/docs/concepts/cluster-administration/manage-deployment.md @@ -721,9 +721,8 @@ That's it! The Deployment will declaratively update the deployed nginx applicati ## {{% heading "whatsnext" %}} -- 学习[如何使用 `kubectl` 观察和调试应用](/zh/docs/tasks/debug-application-cluster/debug-application-introspection/) +- 学习[如何使用 `kubectl` 观察和调试应用](/zh/docs/tasks/debug/debug-application/debug-running-pod/) - 阅读[配置最佳实践和技巧](/zh/docs/concepts/configuration/overview/) - diff --git a/content/zh/docs/concepts/containers/runtime-class.md b/content/zh/docs/concepts/containers/runtime-class.md index 11f8d83e86..99b9f8851d 100644 --- a/content/zh/docs/concepts/containers/runtime-class.md +++ b/content/zh/docs/concepts/containers/runtime-class.md @@ -159,13 +159,13 @@ spec: This will instruct the kubelet to use the named RuntimeClass to run this pod. If the named RuntimeClass does not exist, or the CRI cannot run the corresponding handler, the pod will enter the `Failed` terminal [phase](/docs/concepts/workloads/pods/pod-lifecycle/#pod-phase). Look for a -corresponding [event](/docs/tasks/debug-application-cluster/debug-application-introspection/) for an +corresponding [event](/docs/tasks/debug/debug-application/debug-running-pod/) for an error message. --> 这一设置会告诉 kubelet 使用所指的 RuntimeClass 来运行该 pod。 如果所指的 RuntimeClass 不存在或者 CRI 无法运行相应的 handler, 那么 pod 将会进入 `Failed` 终止[阶段](/zh/docs/concepts/workloads/pods/pod-lifecycle/#pod-phase)。 -你可以查看相应的[事件](/zh/docs/tasks/debug-application-cluster/debug-application-introspection/), +你可以查看相应的[事件](/zh/docs/tasks/debug/debug-application/debug-running-pod/), 获取执行过程中的错误信息。