Skip to content

Commit 88483ca

Browse files
authored
Update e2e_usage.md
1 parent 9c37594 commit 88483ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy/example/e2e_usage.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ Filesystem Size
101101
In the above example, there is a `/mnt/azurefile` directory mounted as cifs filesystem.
102102

103103
#### Option#3: Inline volume
104-
> to avoid performance issue, use persistent volume instead of inline volume when numerous pods are accessing the same volume.
104+
> - inline volume does not support nfs protocol
105+
> - to avoid performance issue, use persistent volume instead of inline volume when numerous pods are accessing the same volume.
105106
- in below SMB protocol example, create `azure-secret` with existing storage account name and key in the same namespace as pod, both secret and pod are in `default` namespace
106107
```console
107108
kubectl create secret generic azure-secret --from-literal azurestorageaccountname=NAME --from-literal azurestorageaccountkey="KEY" --type=Opaque

0 commit comments

Comments
 (0)