@@ -15,26 +15,26 @@ equipped to respond, it is your job to redirect to someone who can.
15
15
16
16
* [ Slack] ( https://kubernetes.slack.com ) ([ registration] ( http://slack.k8s.io ) ):
17
17
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/ ) .
19
21
20
- * [ Email/Groups] ( https://groups.google.com/forum/#!forum/google-containers ) :
22
+ * [ Email/Groups] ( https://groups.google.com/forum/#!forum/kubernetes-users ) :
21
23
Respond to any thread that has no responses and is more than 6 hours old (over
22
24
time we will lengthen this timeout to allow community responses). If you are not
23
25
equipped to respond, it is your job to redirect to someone who can.
24
26
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.
29
29
30
30
In general, try to direct support questions to:
31
31
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/)
34
34
35
35
2 . Stackoverflow
36
36
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
38
38
to Stackoverflow. Example response:
39
39
40
40
``` code
@@ -57,25 +57,17 @@ ensure your questions don't go unanswered.
57
57
Before posting a new question, please search stackoverflow for answers to
58
58
similar questions, and also familiarize yourself with:
59
59
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/)
62
62
63
63
Again, thanks for using Kubernetes.
64
64
65
65
The Kubernetes Team
66
66
```
67
67
68
68
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 ) .
79
71
80
72
### Contact information
81
73
0 commit comments