Skip to content

Commit f1c006a

Browse files
authored
Create install-driver-on-aks.md
1 parent 20313e0 commit f1c006a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/install-driver-on-aks.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Set up CSI driver on AKS cluster
2+
3+
- Prerequisites
4+
5+
AKS cluster is created with user asissnged identity by default, make sure cluster identity has `Contributor` role on node resource group, follow below instruction to set up `Contributor` role on node resource group
6+
![image](https://user-images.githubusercontent.com/4178417/120978367-f68f0a00-c7a6-11eb-8e87-89247d1ddc0b.png):
7+
8+
9+
- Install CSI driver
10+
11+
install latest **released** CSI driver version, following guide [here](./install-blob-csi-driver.md)
12+
13+
- Set up new storage classes
14+
```console
15+
kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/example/storageclass-blobfuse.yaml
16+
kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/example/storageclass-blob-nfs.yaml
17+
```

0 commit comments

Comments
 (0)