Skip to content

Commit fc3a622

Browse files
authored
Merge pull request #23096 from sftim/20200812_tidy_troubleshooting
Tidy troubleshooting task
2 parents 02767f7 + 84b0595 commit fc3a622

File tree

1 file changed

+31
-32
lines changed

1 file changed

+31
-32
lines changed

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

Lines changed: 31 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ you're using.
2424
## Getting help
2525

2626
If your problem isn't answered by any of the guides above, there are variety of
27-
ways for you to get help from the Kubernetes team.
27+
ways for you to get help from the Kubernetes community.
2828

2929
### Questions
3030

@@ -38,11 +38,6 @@ development scenarios. The [Reference](/docs/reference/) section provides
3838
detailed documentation on the [Kubernetes API](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/)
3939
and command-line interfaces (CLIs), such as [`kubectl`](/docs/reference/kubectl/overview/).
4040

41-
You may also find the Stack Overflow topics relevant:
42-
43-
* [Kubernetes](https://stackoverflow.com/questions/tagged/kubernetes)
44-
* [Google Kubernetes Engine](https://stackoverflow.com/questions/tagged/google-container-engine)
45-
4641
## Help! My question isn't covered! I need help now!
4742

4843
### Stack Overflow
@@ -55,41 +50,45 @@ If there aren't any existing questions that help, please
5550

5651
### Slack
5752

58-
The Kubernetes team hangs out on Slack in the `#kubernetes-users` channel. You
59-
can participate in discussion with the Kubernetes team [here](https://kubernetes.slack.com).
60-
Slack requires registration, but the Kubernetes team is open invitation to
61-
anyone to register [here](https://slack.kubernetes.io). Feel free to come and ask
62-
any and all questions.
53+
Many people from the Kubernetes community hang out on Kubernetes Slack in the `#kubernetes-users` channel.
54+
Slack requires registration; you can [request an invitation](https://slack.kubernetes.io),
55+
and registration is open to everyone). Feel free to come and ask any and all questions.
56+
Once registered, access the [Kubernetes organisation in Slack](https://kubernetes.slack.com)
57+
via your web browser or via Slack's own dedicated app.
6358

64-
Once registered, browse the growing list of channels for various subjects of
59+
Once you are registered, browse the growing list of channels for various subjects of
6560
interest. For example, people new to Kubernetes may also want to join the
66-
`#kubernetes-novice` channel. As another example, developers should join the
67-
`#kubernetes-dev` channel.
61+
[`#kubernetes-novice`](https://kubernetes.slack.com/messages/kubernetes-novice) channel. As another example, developers should join the
62+
[`#kubernetes-dev`](https://kubernetes.slack.com/messages/kubernetes-dev) channel.
6863

69-
There are also many country specific/local language channels. Feel free to join
64+
There are also many country specific / local language channels. Feel free to join
7065
these channels for localized support and info:
7166

72-
- China: `#cn-users`, `#cn-events`
73-
- Finland: `#fi-users`
74-
- France: `#fr-users`, `#fr-events`
75-
- Germany: `#de-users`, `#de-events`
76-
- India: `#in-users`, `#in-events`
77-
- Italy: `#it-users`, `#it-events`
78-
- Japan: `#jp-users`, `#jp-events`
79-
- Korea: `#kr-users`
80-
- Netherlands: `#nl-users`
81-
- Norway: `#norw-users`
82-
- Poland: `#pl-users`
83-
- Russia: `#ru-users`
84-
- Spain: `#es-users`
85-
- Sweden: `#se-users`
86-
- Turkey: `#tr-users`, `#tr-events`
67+
{{< table caption="Country / language specific Slack channels" >}}
68+
Country | Channels
69+
:---------|:------------
70+
China | [`#cn-users`](https://kubernetes.slack.com/messages/cn-users), [`#cn-events`](https://kubernetes.slack.com/messages/cn-events)
71+
Finland | [`#fi-users`](https://kubernetes.slack.com/messages/fi-users)
72+
France | [`#fr-users`](https://kubernetes.slack.com/messages/fr-users), [`#fr-events`](https://kubernetes.slack.com/messages/fr-events)
73+
Germany | [`#de-users`](https://kubernetes.slack.com/messages/de-users), [`#de-events`](https://kubernetes.slack.com/messages/de-events)
74+
India | [`#in-users`](https://kubernetes.slack.com/messages/in-users), [`#in-events`](https://kubernetes.slack.com/messages/in-events)
75+
Italy | [`#it-users`](https://kubernetes.slack.com/messages/it-users), [`#it-events`](https://kubernetes.slack.com/messages/it-events)
76+
Japan | [`#jp-users`](https://kubernetes.slack.com/messages/jp-users), [`#jp-events`](https://kubernetes.slack.com/messages/jp-events)
77+
Korea | [`#kr-users`](https://kubernetes.slack.com/messages/kr-users)
78+
Netherlands | [`#nl-users`](https://kubernetes.slack.com/messages/nl-users)
79+
Norway | [`#norw-users`](https://kubernetes.slack.com/messages/norw-users)
80+
Poland | [`#pl-users`](https://kubernetes.slack.com/messages/pl-users)
81+
Russia | [`#ru-users`](https://kubernetes.slack.com/messages/ru-users)
82+
Spain | [`#es-users`](https://kubernetes.slack.com/messages/es-users)
83+
Sweden | [`#se-users`](https://kubernetes.slack.com/messages/se-users)
84+
Turkey | [`#tr-users`](https://kubernetes.slack.com/messages/tr-users), [`#tr-events`](https://kubernetes.slack.com/messages/tr-events)
85+
{{< /table >}}
8786

8887
### Forum
8988

90-
The Kubernetes Official Forum [discuss.kubernetes.io](https://discuss.kubernetes.io)
89+
You're welcome to join the official Kubernetes Forum: [discuss.kubernetes.io](https://discuss.kubernetes.io).
9190

92-
### Bugs and Feature requests
91+
### Bugs and feature requests
9392

9493
If you have what looks like a bug, or you would like to make a feature request,
9594
please use the [GitHub issue tracking system](https://github.com/kubernetes/kubernetes/issues).

0 commit comments

Comments
 (0)