-
Notifications
You must be signed in to change notification settings - Fork 64
[epic] Support orphan deletion policy #775
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
Comments
A quick clarification and probably an implementation detail too - Once the clusterextension/extension is deleted and the respective objects are left behind, we need to remove watches on them so that we don't end up spending reconciles for events triggered from those objects, though modifying orphaned objects independently could be rare scenario and is discouraged. A very simple implementation I can think of is predicate based filtering based on a label. |
Agreed!
Yes, and I think rukpak already does that. It uses a |
Just adding links to some resources, so that we don't lose track and can revisit later: |
/assign |
/unassign |
No description provided.
The text was updated successfully, but these errors were encountered: