-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Enable finalizers independent of GC enablement #51469
Enable finalizers independent of GC enablement #51469
Conversation
Decouple finalizer processing from garbage collection configuration. Finalizers should be effective even when garbage collection is disabled for a given store. Fixes kubernetes#50528. Backport of kubernetes#51148.
@caesarxuchao @liggitt - can one of you lgtm? |
backport of that commit LGTM. @caesarxuchao @ironcladlou were there any prior changes in 1.8 related to custom resource GC that would have intersected with this? |
The other significant change to the store related to GC for 1.8 came with 312fb1e, which I don't think is required for this fix. |
/lgtm |
/retest |
1 similar comment
/retest |
/approve no-issue |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: caesarxuchao, ironcladlou, wojtek-t Associated issue: 50528 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/retest |
1 similar comment
/retest |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue |
Decouple finalizer processing from garbage collection configuration.
Finalizers should be effective even when garbage collection is disabled
for a given store.
Fixes #50528.
Backport of #51148.
/cc @kubernetes/sig-api-machinery-bugs
/cc @caesarxuchao @liggitt @sttts @pmorie