pulsar-resources-operator icon indicating copy to clipboard operation
pulsar-resources-operator copied to clipboard

refactor(controller): separate controller for each resource CR

Open ericsyh opened this issue 3 years ago • 0 comments

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.

ericsyh avatar Nov 10 '22 10:11 ericsyh