Make it easier to understand if a ClusterClass is ready #8137
Labels
area/clusterclass
Issues or PRs related to clusterclass
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/api-change
Categorizes issue or PR as related to adding, removing, or otherwise changing an API
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Today ClusterClass has a
VariablesReconciled
and aRefVersionsUpToDate
conditionobservedGeneration
is (as usual) only set if a ClusterClass is reconciled without any errors.Goal of this issue is to make it easier for users to see if a ClusterClass is ready, one way to to this would be to introduce a
Ready
condition which summarizes the state of the other conditions.Then users only have to check for the
Ready
condition and not all conditions./area topology
/kind feature
The text was updated successfully, but these errors were encountered: