ofek / csi-gcs

Kubernetes CSI driver for Google Cloud Storage
https://ofek.dev/csi-gcs/
Apache License 2.0
152 stars 39 forks source link

Auto delete bucket #185

Open ntang86 opened 10 months ago

ntang86 commented 10 months ago

Once that the PVC was delete, the PV becomes released while the reclaim policy has been configured as DELETE. Any documentation on this behavior? I was expecting my bucket to be deleted automatically

StorageClass Config

AllowVolumeExpansion:  True
MountOptions:
  --dir-mode=0777
  --implicit-dirs=true
  --file-mode=0777
ReclaimPolicy:      Delete
VolumeBindingMode:  Immediate
Events:             <none>
image image

Why is the second volume not deleted?