kubectl describe pod pod-name -n namespace
“Attach failed for volume "pvc-xxxxxx-xxxxx-xxxx-xxxxxxbd" : CSINode ci-node-name does not contain driver csi.vsphere.vmware.com”
TCA 2.3
Issue is caused by the missing “csi.vsphere.vmware.com” vsphere-csi driver in the worker node that happened due to corruption in configuration files after the backend storage outage.
Restart the impacted Node where the driver is normally running. After that the PV will be accessible again and the other PODs will also successfully start.