mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
Merge pull request #35753 from philips/remove-troubleshooting
Automatic merge from submit-queue docs: remove troubleshooting
This commit is contained in:
commit
433848c18f
@ -1,52 +1,8 @@
|
|||||||
# Troubleshooting
|
# Troubleshooting
|
||||||
|
|
||||||
Sometimes things go wrong. This guide is aimed at making them right. It has two sections:
|
This document has [moved to Kubernetes.io](http://kubernetes.io/docs/troubleshooting/)
|
||||||
* [Troubleshooting your application](user-guide/application-troubleshooting.md) - Useful for users who are deploying code into Kubernetes and wondering why it is not working.
|
|
||||||
* [Troubleshooting your cluster](admin/cluster-troubleshooting.md) - Useful for cluster administrators and people whose Kubernetes cluster is unhappy.
|
|
||||||
|
|
||||||
You should also check the [known issues for the release](../CHANGELOG.md) you're using.
|
This file will be removed on 2017-05-01.
|
||||||
|
|
||||||
# Getting help
|
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
## Questions
|
|
||||||
|
|
||||||
If you aren't familiar with it, many of your questions may be answered by the [user guide](user-guide/README.md).
|
|
||||||
|
|
||||||
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)
|
|
||||||
|
|
||||||
You may also find the Stack Overflow topics relevant:
|
|
||||||
* [Kubernetes](http://stackoverflow.com/questions/tagged/kubernetes)
|
|
||||||
* [Google Container Engine - GKE](http://stackoverflow.com/questions/tagged/google-container-engine)
|
|
||||||
|
|
||||||
# Help! My question isn't covered! I need help now!
|
|
||||||
|
|
||||||
## Stack Overflow
|
|
||||||
|
|
||||||
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)!
|
|
||||||
|
|
||||||
## <a name="slack"></a>Slack
|
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
## Mailing List
|
|
||||||
|
|
||||||
The Google Container Engine mailing list is [kubernetes-users@googlegroups.com](https://groups.google.com/forum/#!forum/kubernetes-users)
|
|
||||||
|
|
||||||
## 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.
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
|
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
|
||||||
[]()
|
[]()
|
||||||
|
Loading…
Reference in New Issue
Block a user