Update debug-stateful-set.md

fix the url
This commit is contained in:
guzj11 2020-12-15 21:34:49 +08:00 committed by GitHub
parent 9073e2e2a6
commit 1f6a8b0d51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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" %}}