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
| None | initial phase, once seen by the Operator, it is immediately transitioned to `Pending`|
74
-
| Pending | requirements in the CSV are not met, once they are this phase transitions to `Installing`|
75
+
| Pending | requirements in the CSV are not met, once they are this phase transitions to `InstallReady`|
75
76
| InstallReady | all requirements in the CSV are present, the Operator will begin executing the install strategy |
76
77
| Installing | the install strategy is being executed and resources are being created, but not all components are reporting as ready |
77
78
| Succeeded | the execution of the Install Strategy was successful; if requirements disappear, or an APIService cert needs to be rotated this may transition back to `Pending`; if an installed component disappears this may transition to `Failed`|
0 commit comments