Hello Reddy Chakri,
Thanks for your question.
This seems related to a volume attachment failure with the CSI driver. Try the solution here.
You can mark it 'Accept Answer' and 'Upvote' if this helped you
Regards,
Abiola
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have deployed Nifi-cronjob in AKS and having issues. Need guidance to fix it
Events:
Type Reason Age From Message
Warning FailedAttachVolume 3m19s (x19 over 61m) attachdetach-controller AttachVolume.Attach failed for volume "iic-blob-pv" : timed out waiting fo
r external-attacher of blob.csi.azure.com CSI driver to attach volume iicdevnifiblobst_epresentment
Hello Reddy Chakri,
Thanks for your question.
This seems related to a volume attachment failure with the CSI driver. Try the solution here.
You can mark it 'Accept Answer' and 'Upvote' if this helped you
Regards,
Abiola
Hi Reddy Chakri,
Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.
As akinbade abiola suggested, the issue might be related to the disk and node hosting the pod being in different zones. Have you checked the zone configuration for your AKS cluster and Azure storage account?
Additionally, you can follow the below troubleshooting steps:
1.Check if the Azure Blob CSI driver is installed in your AKS cluster by running the following command:
kubectl get deployments -n kube-system | grep azure-blob-csi
2.Verify that the CSI driver is running by checking the pod status:
kubectl get pods -n kube-system | grep azure-blob-csi
This command should return a pod named azure-blob-csi-controller-xxxxx or similar, with a status of Running.
3.Check the CSI driver logs for any error messages using the command kubectl logs -f -n kube-system azure-blob-csi-controller-xxxxx.
4.Verify that the Azure storage account and container are correctly configured and accessible from the AKS cluster.
For more information on CSI : https://video2.skills-academy.com/en-us/azure/aks/csi-storage-drivers
https://video2.skills-academy.com/en-us/azure/aks/azure-blob-csi?tabs=NFS
If you have any further queries, do let us know.
If the answer is helpful, please click "Accept Answer" and "Upvote it."