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
As today, once you call Operator::register, then watches are put in place and the reconcile loop may chick in before the Operator::start method is invoked.
I wonder if it would be better to move the registration steps to the startup phase so the lifecycle of the operator and the controller would be predictable and consistent.
The text was updated successfully, but these errors were encountered:
As today, once you call Operator::register, then watches are put in place and the reconcile loop may chick in before the Operator::start method is invoked.
I wonder if it would be better to move the registration steps to the startup phase so the lifecycle of the operator and the controller would be predictable and consistent.
The text was updated successfully, but these errors were encountered: