From 1f6a8b0d51223bb360c992a6fe8d3428edce9ccf Mon Sep 17 00:00:00 2001 From: guzj11 <67083623+guzj11@users.noreply.github.com> Date: Tue, 15 Dec 2020 21:34:49 +0800 Subject: [PATCH] Update debug-stateful-set.md fix the url --- .../docs/tasks/debug-application-cluster/debug-stateful-set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/tasks/debug-application-cluster/debug-stateful-set.md b/content/zh/docs/tasks/debug-application-cluster/debug-stateful-set.md index 761ceb44d7..a206ac36e9 100644 --- a/content/zh/docs/tasks/debug-application-cluster/debug-stateful-set.md +++ b/content/zh/docs/tasks/debug-application-cluster/debug-stateful-set.md @@ -45,7 +45,7 @@ You can debug individual Pods in a StatefulSet using the 如果你发现列出的任何 Pod 长时间处于 `Unknown` 或 `Terminating` 状态,请参阅 [删除 StatefulSet Pods](/zh/docs/tasks/run-application/delete-stateful-set/) 了解如何处理它们的说明。 -你可以参考[调试 Pods](/zh/docs/tasks/debug-application-cluster/debug-application/) +你可以参考[调试 Pods](/zh/docs/tasks/debug-application-cluster/debug-pod-replication-controller/) 来调试 StatefulSet 中的各个 Pod。 ## {{% heading "whatsnext" %}}