Skip to content

Commit

Permalink
Update e2e_usage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx authored Jun 1, 2021
1 parent 18fc996 commit 8c78141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/example/e2e_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/azurefile-cs
kubectl describe pvc pvc-azurefile
```

#### Create application
#### Create an application
```console
kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/azurefile-csi-driver/master/deploy/example/nginx-pod-azurefile.yaml
```
Expand All @@ -98,7 +98,7 @@ Filesystem Size
In the above example, there is a `/mnt/azurefile` directory mounted as cifs filesystem.

#### Option#3: Inline volume
> only available from `v1.3.0`
> only available from `v1.3.0` for SMB protocol (NFS protocol is not supported)
- Use `kubectl create secret` to create `azure-secret` with existing storage account name and key
```console
kubectl create secret generic azure-secret --from-literal azurestorageaccountname=NAME --from-literal azurestorageaccountkey="KEY" --type=Opaque
Expand Down

0 comments on commit 8c78141

Please # to comment.