From b09a813d4a7ec8611daf169fbfc9515ebfb0a38a Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Fri, 21 Jul 2017 15:40:12 -0400 Subject: [PATCH] Add a SUPPORT.md file for github --- SUPPORT.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 SUPPORT.md diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 0000000000000..9ae470a292ce7 --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,39 @@ +## Support for deploying and using Kubernetes + +Welcome to Kubernetes! We use GitHub for tracking bugs and feature requests. +This isn't the right place to get support for using Kubernetes, but the following +resources are available below, thanks for understanding. + +### Stack Overflow + +The Kubernetes Community is active on Stack Overflow, you can post your questions there: + +* [Kubernetes on Stack Overflow](http://stackoverflow.com/questions/tagged/kubernetes) + + * Here are some tips for [about how to ask good questions](http://stackoverflow.com/help/how-to-ask). + * Don't forget to check to see [what's on topic](http://stackoverflow.com/help/on-topic). + +### Documentation + +* [User Documentation](https://kubernetes.io/docs/) +* [Troubleshooting Guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/) + + +### Real-time Chat + +* [Slack](https://kubernetes.slack.com) ([registration](http://slack.k8s.io)): +The `#kubernetes-users` and `#kubernetes-novice` channels are usual places where +people offer support. + +* Also check out the +[Slack Archive](http://kubernetes.slackarchive.io/) of past conversations. + +### Mailing Lists/Groups + +* [Kubernetes-users group](https://groups.google.com/forum/#!forum/kubernetes-users) + + + +