Skip to content

Commit 70fb373

Browse files
committed
[zh] sync /tasks/debug/_index.md
1 parent 061aa09 commit 70fb373

File tree

1 file changed

+46
-14
lines changed

1 file changed

+46
-14
lines changed

content/zh-cn/docs/tasks/debug/_index.md

Lines changed: 46 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -83,23 +83,55 @@ and command-line interfaces (CLIs), such as [`kubectl`](/docs/reference/kubectl/
8383
## 求救!我的问题还没有解决!我现在需要帮助!
8484

8585
<!--
86-
### Stack Overflow
86+
### Stack Exchange, Stack Overflow, or Server Fault {#stack-exchange}
8787
88-
Someone else from the community may have already asked a similar question or may
89-
be able to help with your problem. The Kubernetes team will also monitor
90-
[posts tagged Kubernetes](https://stackoverflow.com/questions/tagged/kubernetes).
91-
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)
92-
and that you read through the guidance on [how to ask a new question](https://stackoverflow.com/help/how-to-ask)**,
93-
before [asking a new one](https://stackoverflow.com/questions/ask?tags=kubernetes)!
88+
If you have questions related to *software development* for your containerized app,
89+
you can ask those on [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes).
90+
91+
If you have Kubernetes questions related to *cluster management* or *configuration*,
92+
you can ask those on
93+
[Server Fault](https://serverfault.com/questions/tagged/kubernetes).
94+
-->
95+
### Stack Exchange、Stack Overflow 或 Server Fault {#stack-exchange}
96+
97+
若你对容器化应用有**软件开发**相关的疑问,你可以在
98+
[Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) 上询问。
99+
100+
若你有**集群管理****配置**相关的疑问,你可以在
101+
[Server Fault](https://serverfault.com/questions/tagged/kubernetes) 上询问。
102+
103+
<!--
104+
There are also several more specific Stack Exchange network sites which might
105+
be the right place to ask Kubernetes questions in areas such as
106+
[DevOps](https://devops.stackexchange.com/questions/tagged/kubernetes),
107+
[Software Engineering](https://softwareengineering.stackexchange.com/questions/tagged/kubernetes),
108+
or [InfoSec](https://security.stackexchange.com/questions/tagged/kubernetes).
109+
110+
Someone else from the community may have already asked a similar question or
111+
may be able to help with your problem.
94112
-->
95-
### Stack Overflow {#stack-overflow}
113+
还有几个更专业的 Stack Exchange 网站,很适合在这些地方询问有关
114+
[DevOps](https://devops.stackexchange.com/questions/tagged/kubernetes)
115+
[软件工程](https://softwareengineering.stackexchange.com/questions/tagged/kubernetes)[信息安全 (InfoSec)](https://security.stackexchange.com/questions/tagged/kubernetes)
116+
领域中 Kubernetes 的问题。
96117

97118
社区中的其他人可能已经问过和你类似的问题,也可能能够帮助解决你的问题。
119+
120+
<!--
121+
The Kubernetes team will also monitor
122+
[posts tagged Kubernetes](https://stackoverflow.com/questions/tagged/kubernetes).
123+
If there aren't any existing questions that help, **please ensure that your question
124+
is [on-topic on Stack Overflow](https://stackoverflow.com/help/on-topic),
125+
[Server Fault](https://serverfault.com/help/on-topic), or the Stack Exchange
126+
Network site you're asking on**, and read through the guidance on
127+
[how to ask a new question](https://stackoverflow.com/help/how-to-ask),
128+
before asking a new one!
129+
-->
98130
Kubernetes 团队还会监视[带有 Kubernetes 标签的帖子](https://stackoverflow.com/questions/tagged/kubernetes)
99-
如果现有的问题对你没有帮助,[问一个新问题](https://stackoverflow.com/questions/ask?tags=kubernetes)
100-
之前,**[确保你的问题是关于 Stack Overflow 的主题](https://stackoverflow.com/help/on-topic)
101-
并且你需要阅读关于[如何提出新问题](https://stackoverflow.com/help/how-to-ask)
102-
的指南。**
131+
如果现有的问题对你没有帮助,**请在问一个新问题之前,确保你的问题切合
132+
[Stack Overflow](https://stackoverflow.com/help/on-topic)
133+
[Server Fault](https://serverfault.com/help/on-topic) 或 Stack Exchange 的主题**
134+
并通读[如何提出新问题](https://stackoverflow.com/help/how-to-ask)的指导说明!
103135

104136
<!--
105137
### Slack
@@ -193,10 +225,10 @@ You're welcome to join the official Kubernetes Forum: [discuss.kubernetes.io](ht
193225
If you have what looks like a bug, or you would like to make a feature request,
194226
please use the [Github issue tracking system](https://github.com/kubernetes/kubernetes/issues).
195227
-->
196-
### Bugs 和功能请求 {#bugs-and-feature-requests}
228+
### Bug 和功能请求 {#bugs-and-feature-requests}
197229

198230
如果你发现一个看起来像 Bug 的问题,或者你想提出一个功能请求,请使用
199-
[Github 问题跟踪系统](https://github.com/kubernetes/kubernetes/issues)
231+
[GitHub 问题跟踪系统](https://github.com/kubernetes/kubernetes/issues)
200232

201233
<!--
202234
Before you file an issue, please search existing issues to see if your issue is

0 commit comments

Comments
 (0)