Hi,
I tried mount Azure Shared Disk:
https://docs.microsoft.com/en-us/azure/virtual-machines/disks-shared
to the multiple Azure Kubernetes deployments/pods, but after deploy PODs I got an error:
"Multi-Attach error for volume "azuredisk" Volume is already used by pod(s)..."
So I have a question is it possible to use Shared Disk in Kubernetes? If so how?
Thanks