From d048d599dd0fb08675389638873d97bc325af996 Mon Sep 17 00:00:00 2001 From: Jussi Nummelin Date: Fri, 8 Nov 2024 14:55:16 +0200 Subject: [PATCH] Add k8s slack channels for community comms Signed-off-by: Jussi Nummelin --- README.md | 8 ++------ docs/contributors/index.md | 11 ++--------- mkdocs.yml | 6 +++--- 3 files changed, 7 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 1dd8705128fe..89c80677f601 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,6 @@ Before that mishap we had 4776 stargazers, making k0s one of the most popular Ku **So if you are reading this, and have not yet starred this repo we would highly appreciate the :star: to get our numbers closer to what they used to be.** -## The Repository - -This repository ("k0s") is where Team Lens develops the [k0s](https://k8slens.dev/kubernetes) product together with the community. It is backed by a number of Kubernetes and cloud native ecosystem pioneers. This source code is available to everyone under the [Apache License 2.0](./LICENSE). - ## Overview @@ -71,13 +67,13 @@ If you'd like to try k0s, please jump in to our: ## Join the Community -- [Lens Forums] - Request for support and help from the Lens and k0s community. +- [k8s Slack] - Reach out for support and help from the k0s community. - [GitHub Issues] - Submit your issues and feature requests via GitHub. We welcome your help in building k0s! If you are interested, we invite you to check out the [Contributing Guide] and the [Code of Conduct]. -[Lens Forums]: https://forums.k8slens.dev/ +[k8s Slack]: https://kubernetes.slack.com/archives/C07VAPJUECS [GitHub Issues]: https://github.com/k0sproject/k0s/issues [Contributing Guide]: https://docs.k0sproject.io/stable/contributors/overview/ [Code of Conduct]:https://docs.k0sproject.io/stable/contributors/CODE_OF_CONDUCT/ diff --git a/docs/contributors/index.md b/docs/contributors/index.md index 5231863fe6b4..5e7e8f023c82 100644 --- a/docs/contributors/index.md +++ b/docs/contributors/index.md @@ -40,15 +40,8 @@ Some of you might have noticed we have official community blog hosted on [Medium][k0s@medium]. If you are not yet following us, we'd like to invite you to do so now! Make sure to [follow us on X][@k0sproject] as well 😊 -We have also decided to participate in the [Lens Forums]. As part of our ongoing -collaboration with the [Lens IDE] team, who are not only close friends of the -k0s crew but also widely embraced by the Kubernetes user community, it was only -natural for us to join forces on their platform. By becoming a part of the Lens -Forums, you can easily connect with us through the dedicated k0s categories. -Stay in the loop with the latest news, engage in technical discussions, and -contribute your expertise and feedback! +The main community communication channel is on [Kubernetes Slack][k8s Slack]. There you'll find like-minded people and reach out for assistance and discussions. [k0s@medium]: https://medium.com/k0sproject [@k0sproject]: https://x.com/k0sproject -[Lens Forums]: https://forums.k8slens.dev/ -[Lens IDE]: https://k8slens.dev/ +[k8s Slack]: https://kubernetes.slack.com/archives/C07VAPJUECS diff --git a/mkdocs.yml b/mkdocs.yml index 6624dddd50ee..16dd9d0231a2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -158,9 +158,9 @@ extra: - icon: fontawesome/brands/medium link: https://medium.com/k0sproject name: k0s on Medium - - icon: fontawesome/brands/discourse - link: https://forums.k8slens.dev/ - name: k0s on the Lens Forums + - icon: fontawesome/brands/slack + link: https://kubernetes.slack.com/archives/C07VAPJUECS + name: k0s on the k8s slack - icon: fontawesome/solid/link link: https://k0sproject.io/ name: k0s Website