Skip to content

Commit

Permalink
doc: refine inline volume example
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
andyzhangx committed Oct 7, 2023
1 parent b28c862 commit e2fe28f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deploy/example/e2e_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,8 @@ blobfuse 14G 41M 13G 1% /mnt/blob
In the above example, there is a `/mnt/blob` directory mounted as `blobfuse` filesystem.

#### Option#3: Inline volume
> only available from `v1.2.0` for blobfuse protocol (NFS protocol is not supported)
- Create `azure-secret` with existing storage account name and key in the same namespace as pod
> in below example, both secret and pod are in `default` namespace
> to avoid performance issue, use persistent volume instead of inline volume when numerous pods are accessing the same volume.
> 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 e2fe28f

Please sign in to comment.