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

delete PVC on pod eviction #110

Open
nrobert13 opened this issue Oct 11, 2024 · 3 comments
Open

delete PVC on pod eviction #110

nrobert13 opened this issue Oct 11, 2024 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@nrobert13
Copy link

First and foremost, thank you for the provisioner.

I'm wondering if there's a way to delete pvc's on pod eviction during node roll over for instance.
The data can be reconstructed on the new node, but due to the existing PVC the pod is stuck in pending on the new volume creation.

@majst01
Copy link
Contributor

majst01 commented Oct 11, 2024

This would be a nice addition if the Reclaim Policy is respected accordingly. We haven't time to dig into that TBH.

@vknabel vknabel added enhancement New feature or request help wanted Extra attention is needed labels Oct 11, 2024
@nrobert13
Copy link
Author

Ideally this would be supported by the statefulset, where there's already option to delete on scale or delete. I also opened an issue there.

@Gerrit91
Copy link
Contributor

Would be quite handy to have this, I also dreamed about this more than once in the past. 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants