summaryrefslogtreecommitdiff
path: root/communication
diff options
context:
space:
mode:
authorJorge O. Castro <jorge.castro@gmail.com>2018-01-25 14:19:08 -0500
committerJorge O. Castro <jorge.castro@gmail.com>2018-01-25 14:25:52 -0500
commite9d6b7dbc4e52c76d258f59bb3806cc06aa9cfc0 (patch)
treebd280393ad7386ba0d95dd21463fa6c0ce4ef1a5 /communication
parent18e58e903c07ae8bf1a447ffb87c920b5ac87978 (diff)
Move communication.md out of the root and into its own folder
Document how to access community google doc, fixes #1668
Diffstat (limited to 'communication')
-rw-r--r--communication/README.md107
1 files changed, 106 insertions, 1 deletions
diff --git a/communication/README.md b/communication/README.md
index a577084c..4d4197ca 100644
--- a/communication/README.md
+++ b/communication/README.md
@@ -1 +1,106 @@
-[placeholder for the future home of communication.md]
+# 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]
+* [Blog]
+* Pose questions and help answer them on [Stack Overflow].
+* [Slack] - sign up
+
+Real time discussion at kubernetes.slack.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 in the #slack-admins channel. Our guidelines are [here](/communication/slack-guidelines.md).
+
+## 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`).
+
+## Accessing community documents
+
+In order to foster real time collaboration there are many working documents
+and notes that are taken in Google Docs, and then transferred to this repository
+if appropriate.
+
+To access these documents, you must _subscribe to the kubernetes-dev mailing list_
+as outlined above, as these documents are shared automatically with anyone who
+subscribes to that list.
+
+## Office Hours
+
+Office hours are held once a month. Please refer to [this document](events/office-hours.md) to learn more.
+
+## Weekly Meeting
+
+We have PUBLIC and RECORDED [weekly meeting] every Thursday at 10am US Pacific Time over Zoom.
+
+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
+
+Kubernetes is the main focus of CloudNativeCon/KubeCon, held every spring in Europe and winter in North America. Information about these and other community events is available on the CNCF [events] pages.
+
+
+[Blog]: http://blog.kubernetes.io
+[calendar.google.com]: https://calendar.google.com/calendar/embed?src=cgnt364vd8s86hr2phapfjc6uk%40group.calendar.google.com&ctz=America/Los_Angeles
+[CNCF code of conduct]: https://github.com/cncf/foundation/blob/master/code-of-conduct.md
+[communication]: /communication.md
+[community meeting]: /communication.md#weekly-meeting
+[events]: https://www.cncf.io/events/
+[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
+[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]: https://kubernetes.slackarchive.io
+[kubernetes.slack.com]: https://kubernetes.slack.com
+[Slack]: http://slack.k8s.io
+[Special Interest Group]: /README.md#SIGs
+[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
+