Skip to content

Commit ab4dd10

Browse files
authored
Merge pull request #2102 from kubernetes-sigs/update-inline-volume-doc
doc: update inline volume doc
2 parents ae04125 + fe6e5d6 commit ab4dd10

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
@@ -110,7 +110,8 @@ In the above example, there is a `/mnt/azurefile` directory mounted as cifs file
110110

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

0 commit comments

Comments
 (0)