linode / linode-blockstorage-csi-driver

Container Storage Interface (CSI) Driver for Linode Block Storage
Apache License 2.0
66 stars 55 forks source link

PVC does not re-bind to PV after it is deleted and redeployed #69

Open rgerkejr opened 3 years ago

rgerkejr commented 3 years ago

General:


Feature Requests:


Bug Reporting

Expected Behavior

The claimRef should be deleted upon PVC deletion

Actual Behavior

claimRef does not delete, so it has to be done manually in order for the PVC to bind

Steps to Reproduce the Problem

New cluster was deployed, and same issue was experienced

Additional Notes

This was based on a Community site question, which I will link here. The dev-lke team was able to reproduce the issue and it looked to them as though it may be a bug:

https://www.linode.com/community/questions/21149/how-do-i-rebind-a-pv-when-pvc-gets-re-instated

For general help or discussion, join the Kubernetes Slack team channel #linode. To sign up, use the Kubernetes Slack inviter.

The Linode Community is a great place to get additional support.