-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
5
-
False
-
-
False
-
No Docs Impact
-
None
-
-
-
VANS2024Q2
-
1
-
2024Q2
-
Important
Conditions are a way to denote the current state of a component within the reconcile loop in a controller. Instead of making the reconcile loop fail when an error occurs, blocking the rest of the loop, we could use conditions in order to allow for the loop to continue with the error.
The task is to identify what the new conditions could be and to implement them.