This is a known issue affecting Tanzu Kubernetes Grid 1.2. There is currently no resolution.
Workaround:
To workaround the issue, edit the volumeattachment linked to the PV attached to the pod and remove the finalizer.
To edit the volumeattachment run,
- kubectl edit volumeattachment csi-xxxxxxxxxxxxxxxxxx
- Remove the line saying
finalizer
and the next line which says external-attacher/csi-vsphere-vmware-com
- Save and exit