2015-07-12 04:04:52 +00:00
<!-- BEGIN MUNGE: UNVERSIONED_WARNING -->
2016-06-10 23:46:46 +00:00
<!-- BEGIN STRIP_FOR_RELEASE -->
2016-07-15 09:44:58 +00:00
< img src = "http://kubernetes.io/kubernetes/img/warning.png" alt = "WARNING"
2016-06-10 23:46:46 +00:00
width="25" height="25">
2016-07-15 09:44:58 +00:00
< img src = "http://kubernetes.io/kubernetes/img/warning.png" alt = "WARNING"
2016-06-10 23:46:46 +00:00
width="25" height="25">
2016-07-15 09:44:58 +00:00
< img src = "http://kubernetes.io/kubernetes/img/warning.png" alt = "WARNING"
2016-06-10 23:46:46 +00:00
width="25" height="25">
2016-07-15 09:44:58 +00:00
< img src = "http://kubernetes.io/kubernetes/img/warning.png" alt = "WARNING"
2016-06-10 23:46:46 +00:00
width="25" height="25">
2016-07-15 09:44:58 +00:00
< img src = "http://kubernetes.io/kubernetes/img/warning.png" alt = "WARNING"
2016-06-10 23:46:46 +00:00
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.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
< strong >
The latest release of this document can be found
2016-06-13 19:24:34 +00:00
[here ](http://releases.k8s.io/release-1.3/docs/troubleshooting.md ).
2016-06-10 23:46:46 +00:00
Documentation for other releases can be found at
[releases.k8s.io ](http://releases.k8s.io ).
< / strong >
--
<!-- END STRIP_FOR_RELEASE -->
2015-07-12 04:04:52 +00:00
<!-- 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
2016-03-24 22:27:54 +00:00
You should also check the [known issues for the release ](../CHANGELOG.md ) you're using.
2015-07-20 23:32:40 +00:00
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-08-18 22:28:07 +00:00
If you aren't familiar with it, many of your questions may be answered by the [user guide ](user-guide/README.md ).
2015-07-11 00:04:04 +00:00
2015-08-18 22:28:07 +00:00
We also have a number of FAQ pages:
* [User FAQ ](https://github.com/kubernetes/kubernetes/wiki/User-FAQ )
* [Debugging FAQ ](https://github.com/kubernetes/kubernetes/wiki/Debugging-FAQ )
* [Services FAQ ](https://github.com/kubernetes/kubernetes/wiki/Services-FAQ )
2015-08-28 05:43:56 +00:00
You may also find the Stack Overflow topics relevant:
2015-07-11 00:04:04 +00:00
* [Kubernetes ](http://stackoverflow.com/questions/tagged/kubernetes )
* [Google Container Engine - GKE ](http://stackoverflow.com/questions/tagged/google-container-engine )
2015-08-18 22:28:07 +00:00
# Help! My question isn't covered! I need help now!
2015-07-11 00:04:04 +00:00
2015-08-28 05:43:56 +00:00
## Stack Overflow
2015-07-11 00:04:04 +00:00
2015-08-28 05:43:56 +00:00
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 ](http://stackoverflow.com/questions/tagged/kubernetes ). If there aren't any existing questions that help, please [ask a new one ](http://stackoverflow.com/questions/ask?tags=kubernetes )!
2015-07-11 00:04:04 +00:00
2015-09-02 21:51:19 +00:00
## <a name="slack"></a>Slack
2015-07-17 22:35:41 +00:00
2015-09-02 21:51:19 +00:00
The Kubernetes team hangs out on Slack in the `#kubernetes-users` channel. You can participate in the Kubernetes team [here ](https://kubernetes.slack.com ). Slack requires registration, but the Kubernetes team is open invitation to anyone to register [here ](http://slack.kubernetes.io ). Feel free to come and ask any and all questions.
2015-07-11 00:04:04 +00:00
## Mailing List
2015-07-17 22:35:41 +00:00
2015-08-18 22:28:07 +00:00
The Google Container Engine mailing list is [google-containers@googlegroups.com ](https://groups.google.com/forum/#!forum/google-containers )
## Bugs and Feature requests
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/kubernetes/kubernetes/issues ).
Before you file an issue, please search existing issues to see if your issue is already covered.
2015-07-11 00:04:04 +00:00
2015-08-27 21:12:06 +00:00
If filing a bug, please include detailed information about how to reproduce the problem, such as:
* Kubernetes version: `kubectl version`
* Cloud provider, OS distro, network configuration, and Docker version
* Steps to reproduce the problem
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 -->