Skip to content

Commit c705089

Browse files
authored
Update driver-parameters.md
1 parent a480c4e commit c705089

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/driver-parameters.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ tags | [tags](https://docs.microsoft.com/en-us/azure/azure-resource-manager/mana
2222

2323
Blobfuse driver does not honor `fsGroup` securityContext setting, instead user could use `-o gid=1000` in `mountoptions` to set ownership, check [here](https://github.com/Azure/Azure-storage-fuse#mount-options) for more mountoptions.
2424

25+
- account tags format created by dynamic provisioning
26+
```
27+
created-by: azure
28+
```
29+
30+
- file share name format created by dynamic provisioning(example)
31+
```
32+
pvc-92a4d7f2-f23b-4904-bad4-2cbfcff6e388
33+
```
34+
2535
### Static Provisioning(bring your own storage container)
2636
> [blobfuse example](../deploy/example/pv-blobfuse-csi.yaml)
2737

0 commit comments

Comments
 (0)