Hello @George Wolfi ,
Thanks for your query !
To repro your scenario I tried creating both static and dynamic volumes for Azure disks but I can see the size accordingly in the mounted container . Based upon the screen shot , I hope in your case the disk was created dynamically and you did use "PersistentVolumeClaim"
Followed the below article for static:
- https://learn.microsoft.com/en-us/azure/aks/azure-disk-volume Followed the below article for dynamic
- https://learn.microsoft.com/en-us/azure/aks/concepts-storage
Even tested it for StandardSSD.
All looks fine from my end
Couple of things to try:
- Can you try to delete the POD and re-create ?
- Sometimes this happens when you try to resize the PVC , can you try out the troubleshooting steps mentioned at https://github.com/kubernetes/kubernetes/issues/68427
- Try to recreate all the steps ?
If you are still facing the same issue , kindly provide all the detailed steps which you followed along with sample YAML , PVC , PV resources.
If the above troubleshooting steps helps out in resolving the issue , kindly "Accept the Answer".