If you are using a released version of Kubernetes, you should refer to the docs that go with that version.
The latest 1.0.x release of this document can be found [here](http://releases.k8s.io/release-1.0/docs/troubleshooting.md).Documentation for other releases can be found at releases.k8s.io.
Sometimes things go wrong. This guide is aimed at making them right. It has two sections:
- Troubleshooting your application - Useful for users who are deploying code into Kubernetes and wondering why it is not working.
- Troubleshooting your cluster - Useful for cluster administrators and people whose Kubernetes cluster is unhappy.
You should also check the known issues for the release you're using.
If your problem isn't answered by any of the guides above, there are variety of ways for you to get help from the Kubernetes team.
If you aren't familiar with it, many of your questions may be answered by the user guide.
We also have a number of FAQ pages:
You may also find the StackOverflow topics relevant:
Someone else from the community may have already asked a similar question or may be able to help with your problem. The Kubernetes team will also monitor posts tagged kubernetes.
The Kubernetes team hangs out on IRC at #google-containers
on freenode. Feel free to come and ask any and all questions there.
The Google Container Engine mailing list is [email protected]
If you have what looks like a bug, or you would like to make a feature request, please use the Github issue tracking system.
Before you file an issue, please search existing issues to see if your issue is already covered.
If filing a bug, please include detailed information about how to reproduce the problem.