container-storage-interface / spec

Container Storage Interface (CSI) Specification.
Apache License 2.0
1.34k stars 373 forks source link

Nodeserver Event on PVC Deletion #454

Open YiannisGkoufas opened 4 years ago

YiannisGkoufas commented 4 years ago

Hi everyone,

was to trying to understand whether there is an event triggered on the nodeserver on PVC deletion. When the pod using the PVC is removed as far as I know the NodeUnpublishVolume and NodeUnstageVolume events are triggered. Was wondering if there is an event (or some other way) for the Nodeserver to be notified for a PVC deletion. Imagine the case where you want to clean up some local directories upon deletion of PVC.