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
Now the resource operator uses a single controller for all resources CR, and the reconcile now is executed sequentially. If one resource is illegal the reconcile will be interrupted and impact the following resource update.
How to improve
We should create the separate controller for each resource CR and make sure each one has a separate reconcile.
The text was updated successfully, but these errors were encountered:
ericsyh
changed the title
refactor(controller): seperate controller for each resource CR
refactor(controller): separate controller for each resource CR
Nov 30, 2022
Background
Now the resource operator uses a single controller for all resources CR, and the reconcile now is executed sequentially. If one resource is illegal the reconcile will be interrupted and impact the following resource update.
How to improve
We should create the separate controller for each resource CR and make sure each one has a separate reconcile.
The text was updated successfully, but these errors were encountered: