mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-30 13:07:29 +00:00
After a volume is unmounted from pod and worker node, cluster admin or external-provisioner might delete the disk from storage, therefore block device on the node should be cleaned up beforehand. The photon volume plugin already has same functionality. Fixes #49392