Hello
After a GKE maintenance, some pods with PVs did not startup and “kubectl describe” returned:
Warning FailedAttachVolume 75s attachdetach-controller Multi-Attach error for volume “pvc-91f7dbad-4f50-47fc-9e09-68610309c779” Volume is already exclusively attached to one node and can’t be attached to another
Seems a node which got updated (cordoned) still has the mount.
Any workaround (ReadWriteOnce vs ReadWriteMany) to get around this issue ?
GKE 1.28, Operator 1.15