ความคิดเห็น •

  • @prasadvm007
    @prasadvm007 หลายเดือนก่อน

    Hi @Houssem, How to use it in a private image?
    I'm getting user permission issue in a private image container.
    Error getting:
    ls: cannot access 'myfolder': Permission denied
    d????????? ? ? ? ? ? myfolder

  • @samsid5223
    @samsid5223 ปีที่แล้ว

    @houssem How can I enable csi blob driver for already created aks which is multinode cluster.
    I trued with az aks update command but it's not working for multinode cluster and recommending to try az aks nodepool update command.

    • @ashwaqjaved1676
      @ashwaqjaved1676 ปีที่แล้ว

      az aks update --enable-blob-driver -n myAKSCluster -g myResourceGroup

  • @user-go2fb7nb7e
    @user-go2fb7nb7e 8 หลายเดือนก่อน

    Hi @houssem, thank you for this video it actually helped me got the blobfuse pv working as i could not get it working from the MS docs, I have an issue though that I hope you might be able to point me in a good direction.
    I have a specific blob storage account that is associated specifically for my kube cluster, but for this specific deployment I want the pvc and mount should only be able to read from the storage account or PV but not allowed to write.
    I have went as far as using ReadOnlyMany on both the pv and pvc, inclusing readOnly:true on the pv, but the pod is still able to create and delete files on the storage account, any suggestions? do you maybe have a discord to chat on?