-
Bug
-
Resolution: Done
-
Major
-
None
-
1.5.0
-
False
-
-
False
-
-
Description of the problem:
Events and updates to the orchestrator resource after the first installment are not updated in the orchestrator CR. You only see the first messages from when it was initially installed:
status: conditions: - lastTransitionTime: '2025-03-05T14:27:46Z' message: Starting Reconciliation reason: Reconciling status: Unknown type: Available - lastTransitionTime: '2025-03-05T14:32:47Z' message: Reconciliation is completed reason: ReconciliationCompleted status: 'False' type: Degrading phase: Completed
How reproducible: 100%
Steps to reproduce:
1. Deploy orchestrator operator v. 1.5.0-2025-03-03
2. Deploy the orchestrator CR
3. After deployment, make some changes to the orchestrator CR, and look at the status.
Actual results: See above.
Expected results: New events should appear in the CR.