-
Notifications
You must be signed in to change notification settings - Fork 16
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
Whether it is necessary to need persistent volume or not to rely on storage #43
Comments
@SilenceShine Thanks for opening the issue. Just to summarize, we'd need to remove the PVC and mount an emptyDir instead. It's not the highest priority right now but if there's enough community interest we'll bump it up. Will leave this ticket open |
Hello, I have the need to offer to my developpers the ability to use devpod to test the build of their app directly in our k8s cluster but I don't need or want persistent volume for that. The build should always be done in a freshly bootstrap environment. A way around this would be to provide an option to automatically delete the pvc after pod deletion, is it yet possible ? If not, should I open a new ticket for this ? |
Hey @LawiK974, DevPod automatically deletes the PVC if you delete the workspace. Is this enough for your use case? |
for folks finding this issue, consider add the rancher local volume provisioner to your cluster to make things easier on yourself. |
Whether it is necessary to need persistent volume or not to rely on storage
The text was updated successfully, but these errors were encountered: