diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-09-17 07:17:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-17 07:17:11 -0700 |
| commit | a2998f993c6f783967be57b2393fe19a5415ea2f (patch) | |
| tree | 5331b208940f63b0ed391779c24531a9bcf99e92 | |
| parent | d9d47eb35a14b4542de82b232812c9c6644cf97b (diff) | |
| parent | f029267f65fa00c33bc186cb89cf6fb12dbd558f (diff) | |
Merge pull request #2679 from castrojo/move-list
Replace kubernetes-users mentions with new location
| -rw-r--r-- | communication/README.md | 4 | ||||
| -rw-r--r-- | contributors/guide/contributor-cheatsheet.md | 2 | ||||
| -rw-r--r-- | contributors/guide/issue-triage.md | 2 | ||||
| -rw-r--r-- | sig-governance.md | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/communication/README.md b/communication/README.md index 2e44a0cb..9d964db7 100644 --- a/communication/README.md +++ b/communication/README.md @@ -44,7 +44,7 @@ relevant to you, as you would any other Google Group. * [kubernetes-announce] broadcasts major project announcements such as releases and security issues * [kubernetes-dev] hosts development announcements and discussions around developing kubernetes itself -* [kubernetes-users] is where kubernetes users trade notes +* [Discuss Kubernetes] is where kubernetes users trade notes * Additional Google groups exist and can be joined for discussion related to each SIG and Working Group. These are linked from the [SIG list](/sig-list.md). ## Accessing community documents @@ -94,7 +94,7 @@ Kubernetes is the main focus of CloudNativeCon/KubeCon, held every spring in Eur [kubernetes-community-video-chat]: https://groups.google.com/forum/#!forum/kubernetes-community-video-chat [kubernetes-announce]: https://groups.google.com/forum/#!forum/kubernetes-announce [kubernetes-dev]: https://groups.google.com/forum/#!forum/kubernetes-dev -[kubernetes-users]: https://groups.google.com/forum/#!forum/kubernetes-users +[Discuss Kubernetes]: https://discuss.kubernetes.io [kubernetes.slack.com]: https://kubernetes.slack.com [Slack]: http://slack.k8s.io [Special Interest Group]: /README.md#SIGs diff --git a/contributors/guide/contributor-cheatsheet.md b/contributors/guide/contributor-cheatsheet.md index 2ff5f963..af36f354 100644 --- a/contributors/guide/contributor-cheatsheet.md +++ b/contributors/guide/contributor-cheatsheet.md @@ -32,7 +32,7 @@ A list of common resources when contributing to Kubernetes. - [Calendar](https://calendar.google.com/calendar/embed?src=cgnt364vd8s86hr2phapfjc6uk%40group.calendar.google.com) - [kubernetes-dev](https://groups.google.com/forum/#!forum/kubernetes-dev) -- [kubernetes-users](https://groups.google.com/forum/#!forum/kubernetes-users) +- [Kubernetes Forums](https://discuss.kubernetes.io) - [Slack channels](http://slack.k8s.io/) - [StackOverflow](https://stackoverflow.com/questions/tagged/kubernetes) - [YouTube Channel](https://www.youtube.com/c/KubernetesCommunity/) diff --git a/contributors/guide/issue-triage.md b/contributors/guide/issue-triage.md index ef5e9c6d..0a4b95d9 100644 --- a/contributors/guide/issue-triage.md +++ b/contributors/guide/issue-triage.md @@ -59,7 +59,7 @@ Support requests should be directed to the following: * [Slack](https://kubernetes.slack.com) ([registration](http://slack.k8s.io)) -* [Email/Groups](https://groups.google.com/forum/#!forum/kubernetes-users) +* [Discussion forums](https://discuss.kubernetes.io) ### User support response example diff --git a/sig-governance.md b/sig-governance.md index aee336e5..1613607b 100644 --- a/sig-governance.md +++ b/sig-governance.md @@ -28,7 +28,7 @@ Guidelines for drafting a SIG Charter can be found [here](/committee-steering/go ### Prerequisites -* Propose the new SIG publicly, including a brief mission statement, by emailing kubernetes-dev@googlegroups.com and kubernetes-users@googlegroups.com, then wait a couple of days for feedback. +* Propose the new SIG publicly, including a brief mission statement, by emailing kubernetes-dev@googlegroups.com and posting to discuss.kubernetes.io, then wait a couple of days for feedback. * Ask a repo maintainer to create a github label, if one doesn't already exist: sig/foo. * Request a new [kubernetes.slack.com](http://kubernetes.slack.com) channel (#sig-foo) from the #slack-admins channel. New users can join at [slack.kubernetes.io](http://slack.kubernetes.io). * Organize video meetings as needed. No need to wait for the [Weekly Community Video Conference](community/README.md) to discuss. Please report summary of SIG activities there. |
