Skip to content

Commit d284aca

Browse files
committed
[zh] Update trobleshooting.md
Signed-off-by: xin.li <[email protected]>
1 parent c883ec3 commit d284aca

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ accomplish commonly used tasks, and [Tutorials](/docs/tutorials/) are more
6060
comprehensive walkthroughs of real-world, industry-specific, or end-to-end
6161
development scenarios. The [Reference](/docs/reference/) section provides
6262
detailed documentation on the [Kubernetes API](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/)
63-
and command-line interfaces (CLIs), such as [`kubectl`](/docs/user-guide/kubectl-overview/).
63+
and command-line interfaces (CLIs), such as [`kubectl`](/docs/reference/kubectl/).
6464
-->
6565
### 问题 {#questions}
6666

@@ -71,7 +71,7 @@ and command-line interfaces (CLIs), such as [`kubectl`](/docs/user-guide/kubectl
7171
[教程](/zh/docs/tutorials/)部分则提供对现实世界、特定行业或端到端开发场景的更全面的演练。
7272
[参考](/zh/docs/reference/)部分提供了详细的
7373
[Kubernetes API](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/) 文档
74-
和命令行 (CLI) 接口的文档,例如[`kubectl`](/zh/docs/reference/kubectl/overview/)
74+
和命令行 (CLI) 接口的文档,例如[`kubectl`](/zh/docs/reference/kubectl/)
7575

7676
<!--
7777
## Help! My question isn't covered! I need help now!
@@ -84,14 +84,18 @@ and command-line interfaces (CLIs), such as [`kubectl`](/docs/user-guide/kubectl
8484
Someone else from the community may have already asked a similar question or may
8585
be able to help with your problem. The Kubernetes team will also monitor
8686
[posts tagged Kubernetes](https://stackoverflow.com/questions/tagged/kubernetes).
87-
If there aren't any existing questions that help, please
88-
[ask a new one](https://stackoverflow.com/questions/ask?tags=kubernetes)!
87+
If there aren't any existing questions that help, **please [ensure that your question is on-topic on Stack Overflow](https://stackoverflow.com/help/on-topic)
88+
and that you read through the guidance on [how to ask a new question](https://stackoverflow.com/help/how-to-ask)**,
89+
before [asking a new one](https://stackoverflow.com/questions/ask?tags=kubernetes)!
8990
-->
9091
### Stack Overflow {#stack-overflow}
9192

9293
社区中的其他人可能已经问过和你类似的问题,也可能能够帮助解决你的问题。
9394
Kubernetes 团队还会监视[带有 Kubernetes 标签的帖子](https://stackoverflow.com/questions/tagged/kubernetes)
94-
如果现有的问题对你没有帮助,请[问一个新问题](https://stackoverflow.com/questions/ask?tags=kubernetes)!
95+
如果现有的问题对你没有帮助,在[问一个新问题](https://stackoverflow.com/questions/ask?tags=kubernetes)
96+
之前,**[确保你的问题是关于 Stack Overflow 的主题](https://stackoverflow.com/help/on-topic)
97+
并且你需要阅读关于[如何提出新问题](https://stackoverflow.com/help/how-to-ask)
98+
的指南。**
9599

96100
<!--
97101
### Slack

0 commit comments

Comments
 (0)