-
Notifications
You must be signed in to change notification settings - Fork 20
docs: improve the kubeFleet landing page and add community meeting info #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ryanzhang-oss
merged 9 commits into
kubefleet-dev:main
from
ryanzhang-oss:add-meeting-detaisl
May 20, 2025
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
b1a73e0
feat: enable new CR-based envelope experience (#38)
michaelawyu e11387c
fix: fix updateRun error msg when a binding does not have expected st…
jwtty 882abd4
improve the kubeFleet landing page and add community meeting info
f8d0272
minor fix
2e7a693
fix linke
c70b2c8
feat: add validator functions for eviction to use in webhook (#61)
britaniar 8507016
fix typo
f7be0f7
Apply suggestions from code review
ryanzhang-oss ed46756
Merge branch 'main' into add-meeting-detaisl
ryanzhang-oss File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -11,31 +11,52 @@ | |||||
| KubeFleet is a sandbox project of the [Cloud Native Computing Foundation](https://cncf.io/) (CNCF) that works on any Kubernetes cluster. | ||||||
| We are working towards the vision where we will eventually be able to treat each Kubernetes cluster as a [cattle](https://cloudscaling.com/blog/cloud-computing/the-history-of-pets-vs-cattle/). | ||||||
|
|
||||||
| ## What is KubeFleet? | ||||||
| KubeFleet contains a set of Kubernetes controllers and CRDs which provide an advanced cloud-native solution for multi-cluster application management. | ||||||
|
|
||||||
| ## Code of Conduct | ||||||
| Use KubeFleet to schedule workloads smartly, roll out changes progressively, and perform administrative tasks easily, across a group of Kubernetes clusters on any cloud or on-premises clusters. | ||||||
|
|
||||||
| This project has adopted the [CNCF Open Source Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). See the [Code of Conduct](CODE_OF_CONDUCT.md) for more information. | ||||||
|
|
||||||
| ## Contributing | ||||||
| ## Quickstart | ||||||
|
|
||||||
| The [contribution guide](CONTRIBUTING.md) covers everything you need to know about how you can contribute to KubeFleet. | ||||||
| * [Get started here](https://kubefleet-dev.github.io/website/docs/getting-started/kind/) | ||||||
|
|
||||||
| ## Support | ||||||
| For more information, see [SUPPORT.md](SUPPORT.md). | ||||||
| ## Documentation | ||||||
|
|
||||||
| To learn more about KubeFleet go to the [KubeFleet documentation](https://kubefleet-dev.github.io/website/). | ||||||
|
|
||||||
| ## Community | ||||||
|
|
||||||
| You can reach the KubeFleet community and developers via the following channels: | ||||||
|
|
||||||
| * Q & A: [GitHub Discussions](https://github.com/kubefleet-dev/kubefleet/discussions) | ||||||
| * Slack: [The #KubeFleet Slack channel](https://cloud-native.slack.com/archives/C08KR7589R8) | ||||||
| * Mailing list: [mailing list](https://groups.google.com/g/kubefleet-dev) | ||||||
|
||||||
| * Mailing list: [mailing list](https://groups.google.com/g/kubefleet-dev) | |
| * Mailing list: [KubeFleet mailing list](https://groups.google.com/g/kubefleet-dev) |
ryanzhang-oss marked this conversation as resolved.
Show resolved
Hide resolved
ryanzhang-oss marked this conversation as resolved.
Show resolved
Hide resolved
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The Slack link points to an internal workspace; consider providing the public join link (e.g., via slack.cncf.io) or instructions so new contributors can easily join.