2015-07-12 04:04:52 +00:00
<!-- BEGIN MUNGE: UNVERSIONED_WARNING -->
<!-- BEGIN STRIP_FOR_RELEASE -->
2015-07-16 17:02:26 +00:00
< img src = "http://kubernetes.io/img/warning.png" alt = "WARNING"
width="25" height="25">
< img src = "http://kubernetes.io/img/warning.png" alt = "WARNING"
width="25" height="25">
< img src = "http://kubernetes.io/img/warning.png" alt = "WARNING"
width="25" height="25">
< img src = "http://kubernetes.io/img/warning.png" alt = "WARNING"
width="25" height="25">
< img src = "http://kubernetes.io/img/warning.png" alt = "WARNING"
width="25" height="25">
< h2 > PLEASE NOTE: This document applies to the HEAD of the source tree< / h2 >
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
< strong >
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 ](http://releases.k8s.io ).
< / strong >
--
2015-07-13 22:15:35 +00:00
2015-07-12 04:04:52 +00:00
<!-- END STRIP_FOR_RELEASE -->
<!-- END MUNGE: UNVERSIONED_WARNING -->
2015-07-17 22:35:41 +00:00
2015-06-09 20:32:37 +00:00
# Troubleshooting
2015-07-17 22:35:41 +00:00
2015-06-09 20:32:37 +00:00
Sometimes things go wrong. This guide is aimed at making them right. It has two sections:
2015-07-14 16:37:37 +00:00
* [Troubleshooting your application ](user-guide/application-troubleshooting.md ) - Useful for users who are deploying code into Kubernetes and wondering why it is not working.
2015-07-15 05:07:44 +00:00
* [Troubleshooting your cluster ](admin/cluster-troubleshooting.md ) - Useful for cluster administrators and people whose Kubernetes cluster is unhappy.
2015-06-09 20:32:37 +00:00
2015-07-20 23:32:40 +00:00
You should also check the [known issues ](user-guide/known-issues.md ) for the release you're using.
2015-07-11 00:04:04 +00:00
# Getting help
2015-07-17 22:35:41 +00:00
2015-07-20 22:42:38 +00:00
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.
2015-07-11 00:04:04 +00:00
## Questions
2015-07-17 22:35:41 +00:00
2015-07-11 00:04:04 +00:00
We have a number of FAQ pages
* [User FAQ ](https://github.com/GoogleCloudPlatform/kubernetes/wiki/User-FAQ )
* [Debugging FAQ ](https://github.com/GoogleCloudPlatform/kubernetes/wiki/Debugging-FAQ )
* [Services FAQ ](https://github.com/GoogleCloudPlatform/kubernetes/wiki/Services-FAQ )
You may also find the StackOverflow topics relevant
* [Kubernetes ](http://stackoverflow.com/questions/tagged/kubernetes )
* [Google Container Engine - GKE ](http://stackoverflow.com/questions/tagged/google-container-engine )
## Bugs and Feature requests
2015-07-17 22:35:41 +00:00
2015-07-11 00:04:04 +00:00
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 ).
Before you file an issue, please search existing issues to see if your issue is already covered.
# Help! My question isn't covered! I need help now!
## IRC
2015-07-17 22:35:41 +00:00
2015-07-19 05:58:13 +00:00
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.
2015-07-11 00:04:04 +00:00
## Mailing List
2015-07-17 22:35:41 +00:00
2015-07-20 22:42:38 +00:00
The Kubernetes mailing list is [google-containers@googlegroups.com ](https://groups.google.com/forum/#!forum/google-containers )
2015-07-11 00:04:04 +00:00
2015-06-09 20:32:37 +00:00
2015-07-14 00:13:09 +00:00
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
2015-06-09 20:32:37 +00:00
[![Analytics ](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/troubleshooting.md?pixel )]()
2015-07-14 00:13:09 +00:00
<!-- END MUNGE: GENERATED_ANALYTICS -->