[BUG] Blobfuse cannot mount folder to AKS pod
win5923 opened this issue · 3 comments
win5923 commented
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.
Environment (please complete the following information):
- Kubernetes version: 1.28.5
andyzhangx commented
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
win5923 commented
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.
andyzhangx commented
pls check comments here: Azure/AKS#4274 (comment)