-
Notifications
You must be signed in to change notification settings - Fork 827
Open
Labels
Description
This issue arises when I redeploy the complete helm chart.
When I delete helm chart PVCs of singleuser pods get deleted. PVs enter into release state.
Afterwards when I redeploy helm chart the PVC doesnt get attached to the same volume since it already entered to release state.
How can prevent PVC from getting deleted when I uninstall the helm chart
How to reproduce
- Deploy the helm chart
- Start and run a singleuser server
- Uninstall and install helm chart
- New pvc and pv gets creatted with old pv in released state
Expected behaviour is to not delete pvc when helm chart gets uninstalled.
My setup is in aws eks.
Ebs csi drivers used for dynamic volume provisioning using storage class. Reclaim polocy also set to retain.