You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Installed status condition represents whether or not a bundle is installed. It should be set to True once the initial installation is successful. If it was set to True, it should transition to False, or be removed, ONLY IF all workloads associated with the ClusterExtension have been removed from the cluster. When unset, this condition should be interpreted the same as "False". Successful upgrades should update this condition and other status fields with the appropriate values to reflect the state of the currently installed bundle.
Acceptance Criteria:
The logic for setting the Installed status condition is updated to:
Set the Installed status condition to True and status.install.bundle field with installed bundle information after initial installation is successful
Update the Installed status condition and status.install.bundle field to reflect the currently installed bundle information after a successful upgrade
Set the Installed status condition to False if there are any failures encountered during the initial installation attempt
Only transition from True to False if all workloads associated with the ClusterExtension have been removed from the cluster (having not looked into it further, this may mean we never perform this transition)
Uh oh!
There was an error while loading. Please reload this page.
The
Installed
status condition represents whether or not a bundle is installed. It should be set toTrue
once the initial installation is successful. If it was set toTrue
, it should transition toFalse
, or be removed, ONLY IF all workloads associated with the ClusterExtension have been removed from the cluster. When unset, this condition should be interpreted the same as "False". Successful upgrades should update this condition and other status fields with the appropriate values to reflect the state of the currently installed bundle.Acceptance Criteria:
Installed
status condition is updated to:Installed
status condition toTrue
andstatus.install.bundle
field with installed bundle information after initial installation is successfulInstalled
status condition andstatus.install.bundle
field to reflect the currently installed bundle information after a successful upgradeInstalled
status condition toFalse
if there are any failures encountered during the initial installation attemptTrue
toFalse
if all workloads associated with the ClusterExtension have been removed from the cluster (having not looked into it further, this may mean we never perform this transition)For more information, see the RFC
The text was updated successfully, but these errors were encountered: