Skip to content

Commit a4a4bfa

Browse files
committed
Add some additional text about getting help.
1 parent 9482487 commit a4a4bfa

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/troubleshooting.md

+26
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,31 @@ Sometimes things go wrong. This guide is aimed at making them right. It has tw
33
* [Troubleshooting your application](application-troubleshooting.md) - Useful for users who are deploying code into Kubernetes and wondering why it is not working.
44
* [Troubleshooting your cluster](cluster-troubleshooting.md) - Useful for cluster adminstrators and people whose Kubernetes cluster is unhappy.
55

6+
# Getting help
7+
If your problem isn't answered by any of guides above, there are variety of ways for you to get help from the Kubernetes team.
8+
9+
## Questions
10+
We have a number of FAQ pages
11+
* [User FAQ](https://github.com/GoogleCloudPlatform/kubernetes/wiki/User-FAQ)
12+
* [Debugging FAQ](https://github.com/GoogleCloudPlatform/kubernetes/wiki/Debugging-FAQ)
13+
* [Services FAQ](https://github.com/GoogleCloudPlatform/kubernetes/wiki/Services-FAQ)
14+
15+
You may also find the StackOverflow topics relevant
16+
* [Kubernetes](http://stackoverflow.com/questions/tagged/kubernetes)
17+
* [Google Container Engine - GKE](http://stackoverflow.com/questions/tagged/google-container-engine)
18+
19+
## Bugs and Feature requests
20+
If you have what looks like a bug, or you would like to make a feature request, please use the [Github issue tracking system](https://github.com/GoogleCloudPlatform/kubernetes/issues).
21+
22+
Before you file an issue, please search existing issues to see if your issue is already covered.
23+
24+
# Help! My question isn't covered! I need help now!
25+
26+
## IRC
27+
The Kubernetes team hangs out on IRC at [```#google-containers```](https://botbot.me/freenode/google-containers/) on freenode. Feel free to come and ask any and all questions there.
28+
29+
## Mailing List
30+
The Kubernetes mailing list is [email protected]
31+
632

733
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/troubleshooting.md?pixel)]()

0 commit comments

Comments
 (0)