Hi,
This could happen due to below reasons
- Disk Provisioning: The disk might not have been provisioned properly in Azure. Verify in the Azure portal whether the disk associated with the Persistent Volume Claim (PVC) exists and is in the same subscription and resource group.
- Node Disk Mounts: Ensure that the node (
aks-rancher-0-1
) is correctly configured to mount disks. Sometimes, node configuration issues can prevent it from accessing disks. - Node Permission Issues: Check if the node has the necessary permissions to access disks. Ensure that the service principal used by the node has the required permissions to attach disks to the virtual machine.
Please check below doc --> https://learn.microsoft.com/en-us/azure/aks/azure-csi-disk-storage-provision