Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 863 Bytes

install-azure-file-storage.md

File metadata and controls

26 lines (19 loc) · 863 Bytes

step 1

run azure-file-sc.yaml to create kubernetes storage class

step 2

run azure-pvc-roles.yaml to create cluster role and binding

step 3

run azure-file-pvc.yaml to create a persistent volumn claim

step 4

run

kubectl get pvc azurefile

to view the status of the PVC

$ kubectl get pvc azurefile
|------|------------|------------------------------------------|----------|--------------|--------------|-----|
|NAME  |      STATUS|    VOLUME                                   |  CAPACITY |  ACCESS MODES |  STORAGECLASS |  AGE|
|azurefile |  Bound |    pvc-8436e62e-a0d9-11e5-8521-5a8664dc0477 |  5Gi      |  RWX          |  azurefile    |  5m  |
```