Azure/kubernetes-volume-drivers

[BUG] Blobfuse cannot mount folder to AKS pod

win5923 opened this issue · 3 comments

Describe the bug
When using PVC (Persistent Volume Claim) to bind Azure Blob, I noticed that only files in the current directory are mounted into the pod, while folders are not.

Expected behavior
The data inside the folder should also be mountable into the pod.

Screenshots
Azure blob:
image

pod:
image

Environment (please complete the following information):

  • Kubernetes version: 1.28.5

Additional context
azure storage account information:
image

blobfuse flexvolume plugin is already deprecated, pls use blob csi driver instead: https://learn.microsoft.com/en-us/azure/aks/azure-blob-csi?tabs=NFS

blobfuse flexvolume plugin is already deprecated, pls use blob csi driver instead: https://learn.microsoft.com/en-us/azure/aks/azure-blob-csi?tabs=NFS

I am using the azure blob csi currently.

pls check comments here: Azure/AKS#4274 (comment)