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

Wait full deletion for temporary resources before remove the finalizer #198

Open
dannawang0221 opened this issue Jan 23, 2025 · 0 comments

Comments

@dannawang0221
Copy link
Contributor

Current implementation doesn't check if the populator pod, pvcPrime and other temporary resources get fully deleted before remove the finalizer. We should requeue PVC after delete the temporary resources and entry the loop again to confirm the are actually deleted, then remove the finalizer. We should also emit events to the original PVC if deletion gets stuck, so the users know what happens. This will ensure there is no temporary resources created by volume populator left

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

1 participant