Hello @Fayaaz Ahmed ,
This happens sometimes due to container runtime not properly cleaning up the resources which are not needed.
There might be couple of pending operations in the backend , do you still see the mount failures ?
Can you please get the output of : (Check the detailed error message in that output)
- kubectl describe pod <podname>
- kubectl get pvc
Also check the kubelet logs on the node where you are experiencing this issue .
Check the status of CSI-AzureDisk pods. Basically those PODS are responsible to ensure that disk attach/detach from the cluster.
Some times PVC takes time to attach to the volume due to application issues : https://github.com/kubernetes/kubernetes/issues/69699
Also check out the work arounds mentioned at https://github.com/Azure/AKS/issues/1663
Kindly let us know if you need additional help
Regards,
Shiva.