Uh oh!
There was an error while loading. Please reload this page.
✨ Add healthy status condition to ClusterExtension - #600
Conversation
that is based on the corresponding BundleDeployment's Healthy status condition setting Signed-off-by: everettraven <everettraven@gmail.com>
…onsets Signed-off-by: everettraven <everettraven@gmail.com>
tmshort
commented
Feb 8, 2024
Should revisit after #598 when Extension is added. |
openshift-merge-robot
commented
Feb 21, 2024
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
perdasilva
commented
Apr 8, 2024
Quick question: if the installation is failed, why healthy is unknown? Would false make more sense? Or is this more metaphysical question like: if something doesn't exist it can't be anything, healthy or otherwise XD. Just wondering if there's a standard/best practice here. |
joelanford
commented
Apr 8, 2024
I think we need to refactor this PR based on some discussion that happened over in TL;DR is that we should structure the conditions to be as orthogonal/decoupled as possible:
|
everettraven
commented
Apr 8, 2024
@joelanford What do you think about closing out this PR, waiting for the work to port some of the Extension controller logic over to the ClusterExtension, then opening a new PR with these changes? I am leaning towards this approach for two reasons:
Overall I think it would be less work in the long run to hold this functionality until the larger refactoring work with our new direction is done. |
Description
Healthystatus condition type to theClusterExtensionstatus conditions. This value is populated based on two things:Healthystatus will be unknownBundleDeploymentReviewer Checklist