diff options
| author | Jeffrey Regan <jregan@google.com> | 2017-03-03 15:09:16 -0800 |
|---|---|---|
| committer | Jeffrey Regan <jregan@google.com> | 2017-03-06 16:28:38 -0800 |
| commit | df2d85634233dbf8ae154c29cf164eebba89eff5 (patch) | |
| tree | bda41a543ff3deb21cf2c2fdc1a4bf2c8442fcec /communication.md | |
| parent | 6e0b059838a365de143a6a7e95d0ea96be75e7c7 (diff) | |
Close #420
General theme:
* Move remaining community stuff out of kubernetes/kubernetes.
* Put self-contained things into their own MD files.
* Point to those files rather than repeat their content.
* Make all docs smaller, but more of them.
See companion PR in kubernetes/kubernetes
Diffstat (limited to 'communication.md')
| -rw-r--r-- | communication.md | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/communication.md b/communication.md new file mode 100644 index 00000000..562fb788 --- /dev/null +++ b/communication.md @@ -0,0 +1,97 @@ +# Communication + +The Kubernetes community abides by the [CNCF code of conduct]. Here is an excerpt: + +> _As contributors and maintainers of this project, and in the interest +> of fostering an open and welcoming community, we pledge to respect +> all people who contribute through reporting issues, posting feature +> requests, updating documentation, submitting pull requests or patches, +> and other activities._ + +## SIGs + +Kubernetes encompasses many projects, organized into [SIGs](sig-list.md). +Some communication has moved into SIG-specific channels - see +a given SIG subdirectory for details. + +Nevertheless, below find a list of many general channels, groups +and meetings devoted to Kubernetes. + +## Social Media + +* [Twitter] +* [Google+] +* [blog] +* Pose questions and help answer them on [Slack][slack.k8s.io] or [Stack Overflow]. + +Most real time discussion happens at [kubernetes.slack.com]; +you can sign up at [slack.k8s.io]. + +Discussions on most channels are archived at [kubernetes.slackarchive.io]. +Start archiving by inviting the _slackarchive_ bot to a +channel via `/invite @slackarchive`. +To add new channels, contact one of the admins +(briangrant, goltermann, jbeda, sarahnovotny and thockin). + +## Issues + +If you have a question about Kubernetes or have a problem using it, +please start with the [troubleshooting guide]. + +If that doesn't answer your questions, or if you think you found a bug, +please [file an issue]. + + +## Mailing lists + +Development announcements and discussions appear on the Google group +[kubernetes-dev] (send mail to `kubernetes-dev@googlegroups.com`). + +Users trade notes on the Google group +[kubernetes-users] (send mail to `kubernetes-users@googlegroups.com`). + + +## Weekly Meeting + +We have PUBLIC and RECORDED [weekly meeting] every Thursday at 10am US Pacific Time. + +Map that to your local time with this [timezone table]. + +See it on the web at [calendar.google.com], or paste this [iCal url] into any iCal client. + +To be added to the calendar items, join the Google group +[kubernetes-community-video-chat] for further instructions. + +If you have a topic you'd like to present or would like to see discussed, +please propose a specific date on the [Kubernetes Community Meeting Agenda]. + + +## Conferences + +* [kubecon] +* [cloudnativecon] + + +[blog]: http://blog.kubernetes.io +[calendar.google.com]: https://calendar.google.com/calendar/embed?src=cgnt364vd8s86hr2phapfjc6uk%40group.calendar.google.com&ctz=America/Los_Angeles +[cloudnativecon]: http://events.linuxfoundation.org/events/cloudnativecon +[CNCF code of conduct]: https://github.com/cncf/foundation/blob/master/code-of-conduct.md +[communication]: https://github.com/kubernetes/community/blob/master/communication.md +[community meeting]: https://github.com/kubernetes/community/blob/master/communication.md#weekly-meeting +[file an issue]: https://github.com/kubernetes/kubernetes/issues/new +[Google+]: https://plus.google.com/u/0/b/116512812300813784482/116512812300813784482 +[iCal url]: https://calendar.google.com/calendar/ical/cgnt364vd8s86hr2phapfjc6uk%40group.calendar.google.com/public/basic.ics +[kubecon]: http://events.linuxfoundation.org/events/kubecon +[Kubernetes Community Meeting Agenda]: https://docs.google.com/document/d/1VQDIAB0OqiSjIHI8AWMvSdceWhnz56jNpZrLs6o7NJY/edit# +[kubernetes-community-video-chat]: https://groups.google.com/forum/#!forum/kubernetes-community-video-chat +[kubernetes-dev]: https://groups.google.com/forum/#!forum/kubernetes-dev +[kubernetes-users]: https://groups.google.com/forum/#!forum/kubernetes-users +[kubernetes.slackarchive.io]: http://kubernetes.slackarchive.io +[kubernetes.slack.com]: http://kubernetes.slack.com +[Special Interest Group]: https://github.com/kubernetes/community/blob/master/README.md#SIGs +[slack.k8s.io]: http://slack.k8s.io +[Stack Overflow]: http://stackoverflow.com/questions/tagged/kubernetes +[timezone table]: https://www.google.com/search?q=1000+am+in+pst +[troubleshooting guide]: http://kubernetes.io/docs/troubleshooting +[Twitter]: https://twitter.com/kubernetesio +[weekly meeting]: https://zoom.us/my/kubernetescommunity |
