Skip to content

Commit ee48efd

Browse files
authored
Update on-call-user-support.md
1 parent a5c36ce commit ee48efd

File tree

1 file changed

+13
-21
lines changed

1 file changed

+13
-21
lines changed

contributors/devel/on-call-user-support.md

+13-21
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@ equipped to respond, it is your job to redirect to someone who can.
1515

1616
* [Slack](https://kubernetes.slack.com) ([registration](http://slack.k8s.io)):
1717
Your job is to be on Slack, watching for questions and answering or redirecting
18-
as needed. Also check out the [Slack Archive](http://kubernetes.slackarchive.io/).
18+
as needed, such as to a SIG-specific channel. Please especially watch
19+
`#kubernetes-users` and `#kubernetes-novice`. Also check out the
20+
[Slack Archive](http://kubernetes.slackarchive.io/).
1921

20-
* [Email/Groups](https://groups.google.com/forum/#!forum/google-containers):
22+
* [Email/Groups](https://groups.google.com/forum/#!forum/kubernetes-users):
2123
Respond to any thread that has no responses and is more than 6 hours old (over
2224
time we will lengthen this timeout to allow community responses). If you are not
2325
equipped to respond, it is your job to redirect to someone who can.
2426

25-
* [Legacy] [IRC](irc://irc.freenode.net/#google-containers)
26-
(irc.freenode.net #google-containers): watch IRC for questions and try to
27-
redirect users to Slack. Also check out the
28-
[IRC logs](https://botbot.me/freenode/google-containers/).
27+
* on slack: Respond to questions that
28+
don't get answers.
2929

3030
In general, try to direct support questions to:
3131

32-
1. Documentation, such as the [user guide](https://kubernetes.io/docs/user-guide/) and
33-
[troubleshooting guide](http://kubernetes.io/docs/troubleshooting/)
32+
1. Documentation, such as the [user documentation](https://kubernetes.io/docs/) and
33+
[troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/)
3434

3535
2. Stackoverflow
3636

37-
If you see questions on a forum other than Stackoverflow, try to redirect them
37+
If you see questions on [email protected], try to redirect them
3838
to Stackoverflow. Example response:
3939

4040
```code
@@ -57,25 +57,17 @@ ensure your questions don't go unanswered.
5757
Before posting a new question, please search stackoverflow for answers to
5858
similar questions, and also familiarize yourself with:
5959
60-
* [user guide](http://kubernetes.io/docs/user-guide/)
61-
* [troubleshooting guide](http://kubernetes.io/docs/troubleshooting/)
60+
* [user documentation](http://kubernetes.io/docs/)
61+
* [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/)
6262
6363
Again, thanks for using Kubernetes.
6464
6565
The Kubernetes Team
6666
```
6767

6868
If you answer a question (in any of the above forums) that you think might be
69-
useful for someone else in the future, *please add it to one of the FAQs in the
70-
wiki*:
71-
72-
* [User FAQ](https://github.com/kubernetes/kubernetes/wiki/User-FAQ)
73-
* [Developer FAQ](https://github.com/kubernetes/kubernetes/wiki/Developer-FAQ)
74-
* [Debugging FAQ](https://github.com/kubernetes/kubernetes/wiki/Debugging-FAQ).
75-
76-
Getting it into the FAQ is more important than polish. Please indicate the date
77-
it was added, so people can judge the likelihood that it is out-of-date (and
78-
please correct any FAQ entries that you see contain out-of-date information).
69+
useful for someone else in the future, please send a PR or file an issue in
70+
[kubernetes.github.io](https://github.com/kubernetes/kubernetes.github.io).
7971

8072
### Contact information
8173

0 commit comments

Comments
 (0)