Skip to content

Commit 6437f12

Browse files
authored
Update driver-parameters.md
1 parent a21977f commit 6437f12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/driver-parameters.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ resourceGroup | specify the existing resource group name where the container is
1414
storageAccount | specify the storage account name in which blobfuse share will be created | STORAGE_ACCOUNT_NAME | No | if empty, driver will find a suitable storage account that matches `skuName` in the same resource group; if a storage account name is provided, it means that storage account must exist otherwise there would be error
1515
containerName | specify the existing container name where blob storage will be created | existing container name | No | if empty, driver will create a new container name, starting with `pvc-fuse`
1616

17+
- `fsGroup` securityContext setting
18+
19+
Blobfuse driver does not honor `fsGroup` securityContext setting, instead user could use `-o gid=1000` in `mountoptions` to set ownership, check https://github.com/Azure/azure-storage-fuse#mount-options for more mountoptions.
20+
1721
- Static Provisioning(use existing storage container)
1822
> get a quick example [here](../deploy/example/pv-blobfuse-csi.yaml)
1923
>

0 commit comments

Comments
 (0)