Warning FailedMount 40m kubelet Unable to attach or mount volumes: unmounted volumes=[storage-volume, unattached volumes [storage-volume config-volume kube-api-access-g4mc8]: timed out waiting for the conditionI0429 01:45:18.688256 1 csi_handler.go:231] Error processing "csi-<UUID>": failed to detach: rpc error: code = Internal desc = Watch on virtualmachine "<worker-node>" timed outvSphere with Tanzu
To resolve the issue:
kubectl vsphere login --server <Supervisor-VIP> --vsphere-username <SSO_Username> --insecure-skip-tls-verify
kubectl get volumeattachments.storage.k8s.io
kubectl edit volumeattachments.storage.k8s.io csi-<uuid> finalizers: - external-attacher/csi-vsphere-vmware-com <<< this line need to be deleted name: csi-<uuid> finalizers: name: csi-<uuid>
NOTE: deletion of finalizers must need to be caution. suggest to contact Broadcom Support.