You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/example/e2e_usage.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,8 @@ Filesystem Size
101
101
In the above example, there is a `/mnt/azurefile` directory mounted as cifs filesystem.
102
102
103
103
#### 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.
105
106
- 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
0 commit comments