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

Use ownerReferences to replace finalizers during helm uninstall #2350

Merged
merged 2 commits into from
Dec 26, 2022

Conversation

dashanji
Copy link
Collaborator

What do these changes do?

In a real k8s cluster, we find the finalizers can't work as expected, and using ownerReferences to perform cascade deletion of role and rolebinding works fine.

Related issue number

Related #2208
Related #2324

Signed-off-by: Ye Cao <caoye.cao@alibaba-inc.com>
@codecov-commenter
Copy link

Codecov Report

Merging #2350 (bfb99dc) into main (6873211) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2350   +/-   ##
=======================================
  Coverage   40.03%   40.03%           
=======================================
  Files          88       88           
  Lines        9714     9714           
=======================================
  Hits         3889     3889           
  Misses       5825     5825           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6873211...bfb99dc. Read the comment docs.

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

Successfully merging this pull request may close these issues.

None yet

5 participants