Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 991 Bytes

install-driver-on-aks.md

File metadata and controls

16 lines (11 loc) · 991 Bytes

Install open source CSI driver on AKS cluster

  • Prerequisites

AKS cluster is created with user assigned identity(with naming rule AKS Cluster Name-agentpool) on agent node pool by default, make sure that identity has Contributor role on node resource group, follow below instruction to set up Contributor role on node resource group image:

  • Install CSI driver

Install latest released CSI driver version, following guide here

  • Set up new storage classes
kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/example/storageclass-blobfuse.yaml
kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/example/storageclass-blob-nfs.yaml