Skip to content

Commit

Permalink
Merge pull request #1590 from andyzhangx/update-inline-volume-doc
Browse files Browse the repository at this point in the history
doc: update inline volume doc
  • Loading branch information
andyzhangx authored Sep 10, 2024
2 parents 5c8b44d + 3784287 commit 4856a0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/example/e2e_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ In the above example, there is a `/mnt/blob` directory mounted as `blobfuse` fil

#### Option#3: Inline volume
> - inline volume does not support nfs protocol
> - to avoid performance issue, use persistent volume instead of inline volume when numerous pods are accessing the same volume.
> - to avoid performance issue, use persistent volume instead of inline volume when numerous pods are accessing the same volume
> - `secretNamespace` parameter is not required since the secret must be in the same namespace as pod
- in below blobfuse mount 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
```console
kubectl create secret generic azure-secret --from-literal azurestorageaccountname=NAME --from-literal azurestorageaccountkey="KEY" --type=Opaque
Expand Down

0 comments on commit 4856a0c

Please sign in to comment.