Multi-Attach error: volume is already exclusively attached and can't be attached to another node
VMware vSphere Kubernetes Service
There was a newly found code issue where 'UPDATE' method is used when 'PATCH' method should be used instead while detaching/attaching volumes to a node.
If 'UPDATE' method is used it'll lock the entire node when carrying out detach/attach operation for each volumes. So it can take much time to restart a Pod and attach, mount all volumes when there are many volumes are attached to the node.
Currently there is no workaround, but the permanent fix using 'PATCH' method is included in VKS patch 1.33.6 By using 'PATCH' method, it is not necessary to lock an entire node when detaching/attaching a volume.