Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(controller): separate controller for each resource CR #69

Open
ericsyh opened this issue Nov 10, 2022 · 0 comments
Open

refactor(controller): separate controller for each resource CR #69

ericsyh opened this issue Nov 10, 2022 · 0 comments
Assignees

Comments

@ericsyh
Copy link
Member

ericsyh commented Nov 10, 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.

@ericsyh ericsyh changed the title refactor(controller): seperate controller for each resource CR refactor(controller): separate controller for each resource CR Nov 30, 2022
@ericsyh ericsyh added this to the 0.4.0 milestone Apr 5, 2023
@ericsyh ericsyh removed this from the 0.4.0 milestone Jun 13, 2023
@ericsyh ericsyh added this to the 0.5.0 milestone Aug 8, 2023
@labuladong labuladong assigned labuladong and unassigned FushuWang Sep 12, 2023
@ericsyh ericsyh removed this from the 0.5.0 milestone Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants