-
Notifications
You must be signed in to change notification settings - Fork 17
fix: make ClusterProperty easier to understand with clearer usage and lifecycle context #42
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for kubernetes-sig-multicluster ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kahirokunn The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
3855ba7 to
2e20003
Compare
…and lifecycle explanations Signed-off-by: kahirokunn <[email protected]>
2e20003 to
f2a0ae2
Compare
|
/sig multicluster |
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
|
/remove-lifecycle stale |
The original ClusterProperty documentation was hard to follow and left some key
questions unanswered, such as where the custom resource should be placed, how it
actually ties to a cluster, and what is explicitly defined versus left
unspecified.
For me, this meant that even though I understood ClusterProperty could identify
a cluster, I struggled to grasp its lifecycle and practical usage without
digging into the KEP directly.
This PR expands the documentation with lifecycle rules, constraints, use cases,
and operational guidance, so readers can build an intuitive understanding of
ClusterProperty without having to cross-reference the KEP.
I hope this helps others who may run into the same confusion and need a more
practical, approachable explanation.
Unlike the exhaustive and formal style of the KEP, this documentation focuses
on clarity and practical understanding, so that readers can quickly grasp what
ClusterProperty is and how to use it.