Skip to content

Commit 061aa09

Browse files
MaxHorstmannTim Bannister
andauthored
Tweak copy re Stack Overflow / Server Fault / other SE network sites (#38824)
* Tweak copy re Stack Overflow / Server Fault / other SE network sites * Update content/en/docs/tasks/debug/_index.md Co-authored-by: Tim Bannister <[email protected]> * Update content/en/docs/tasks/debug/_index.md Co-authored-by: Tim Bannister <[email protected]> * Update content/en/docs/tasks/debug/_index.md Co-authored-by: Tim Bannister <[email protected]> * Update content/en/docs/tasks/debug/_index.md Co-authored-by: Tim Bannister <[email protected]> Co-authored-by: Tim Bannister <[email protected]>
1 parent ef330fe commit 061aa09

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

content/en/docs/tasks/debug/_index.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,32 @@ and command-line interfaces (CLIs), such as [`kubectl`](/docs/reference/kubectl/
4343

4444
## Help! My question isn't covered! I need help now!
4545

46-
### Stack Overflow
46+
### Stack Exchange, Stack Overflow, or Server Fault {#stack-exchange}
4747

48-
Someone else from the community may have already asked a similar question or may
49-
be able to help with your problem. The Kubernetes team will also monitor
48+
If you have questions related to *software development* for your containerized app,
49+
you can ask those on [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes).
50+
51+
If you have Kubernetes questions related to *cluster management* or *configuration*,
52+
you can ask those on
53+
[Server Fault](https://serverfault.com/questions/tagged/kubernetes).
54+
55+
There are also several more specific Stack Exchange network sites which might
56+
be the right place to ask Kubernetes questions in areas such as
57+
[DevOps](https://devops.stackexchange.com/questions/tagged/kubernetes),
58+
[Software Engineering](https://softwareengineering.stackexchange.com/questions/tagged/kubernetes),
59+
or [InfoSec](https://security.stackexchange.com/questions/tagged/kubernetes).
60+
61+
Someone else from the community may have already asked a similar question or
62+
may be able to help with your problem.
63+
64+
The Kubernetes team will also monitor
5065
[posts tagged Kubernetes](https://stackoverflow.com/questions/tagged/kubernetes).
51-
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)
52-
and that you read through the guidance on [how to ask a new question](https://stackoverflow.com/help/how-to-ask)**,
53-
before [asking a new one](https://stackoverflow.com/questions/ask?tags=kubernetes)!
66+
If there aren't any existing questions that help, **please ensure that your question
67+
is [on-topic on Stack Overflow](https://stackoverflow.com/help/on-topic),
68+
[Server Fault](https://serverfault.com/help/on-topic), or the Stack Exchange
69+
Network site you're asking on**, and read through the guidance on
70+
[how to ask a new question](https://stackoverflow.com/help/how-to-ask),
71+
before asking a new one!
5472

5573
### Slack
5674

0 commit comments

Comments
 (0)