Skip to content

Commit

Permalink
Merge pull request #604 from RenaShahMSFT/patch-2
Browse files Browse the repository at this point in the history
Fixing a minor bug in the example and adding the MSI pre-requisite
  • Loading branch information
k8s-ci-robot authored Mar 21, 2021
2 parents 4150ba7 + 7d57387 commit b8c149c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/example/nfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ az provider register --namespace Microsoft.Storage
- secure transfer required(enable HTTPS traffic only): `false`
- select virtual network of agent nodes in `Firewalls and virtual networks`
- specify `storageAccount` in below storage class `parameters`
- [Optional] If cluster identity is Managed Service Identity(MSI), make sure user assigned identity has Contributor role on node resource group

#### How to use NFS feature
- Create an Azure File storage class
Expand Down Expand Up @@ -66,7 +67,7 @@ accountname.file.core.windows.net:/accountname/pvc-fa72ec43-ae64-42e4-a8a2-55660
- Create a [Wordpress](https://github.com/bitnami/charts/tree/master/bitnami/wordpress) application with NFS volume
```console
helm repo add bitnami https://charts.bitnami.com/bitnami
helm install --set persistence.storageClass="azurefile-csi" --set persistence.size=100Gi --generate-name bitnami/wordpress
helm install --set persistence.storageClass="azurefile-csi-nfs" --set persistence.size=100Gi --generate-name bitnami/wordpress
```

#### Links
Expand Down

0 comments on commit b8c149c

Please # to comment.