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

don't reconcile resources with owner references unless configured to do so #769

Closed
joejulian opened this issue Sep 11, 2023 · 1 comment
Closed

Comments

@joejulian
Copy link

If the flux controllers are used in downstream operators, those operators can (should) create the flux resources with owner references. If used in this way, by not reconciling resources with owner references by default, we can prevent controller contention over the flux resources.

@hiddeco
Copy link
Member

hiddeco commented Sep 11, 2023

This would not fit well with all use cases in which someone may take ownership of a resource. For example, another controller generating resources on behalf of a user based on templates while registering an owner reference to handle garbage collection (the right way).

Which is something we would like to support out of the box; without it creating configuration hurdles.

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

2 participants