Skip to content

Commit 618ff0f

Browse files
authored
Update driver-parameters.md
1 parent 3a5f052 commit 618ff0f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/driver-parameters.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
## `blobfuse.csi.azure.com` driver parameters
22
> storage class `blobfuse.csi.azure.com` parameters are compatible with built-in [blobfuse](https://kubernetes.io/docs/concepts/storage/volumes/#blobfuse) plugin
3+
4+
> parameter names are case-insensitive
35
46
- Dynamic Provisioning
57
> get a quick example [here](../deploy/example/storageclass-blobfuse-csi.yaml)
68
79
Name | Meaning | Example | Mandatory | Default value
810
--- | --- | --- | --- | ---
911
skuName | blobfuse storage account type (alias: `storageAccountType`) | `Standard_LRS`, `Standard_GRS`, `Standard_RAGRS` | No | `Standard_LRS`
10-
storageAccount | specify the storage account name in which blobfuse share will be created | STORAGE_ACCOUNT_NAME | Yes | 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
1112
location | specify the location in which blobfuse share will be created | `eastus`, `westus`, etc. | No | if empty, driver will use the same location name as current k8s cluster
12-
resourceGroup | specify the existing resource group name where the container is | existing resource group name | Yes | if empty, driver will use the same resource group name as current k8s cluster
13-
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`
13+
resourceGroup | specify the existing resource group name where the container is | existing resource group name | No | if empty, driver will use the same resource group name as current k8s cluster
14+
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
15+
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`
1416

1517
- Static Provisioning(use existing storage container)
1618
> get a quick example [here](../deploy/example/pv-blobfuse-csi.yaml)
1719
1820
Name | Meaning | Available Value | Mandatory | Default value
1921
--- | --- | --- | --- | ---
20-
volumeAttributes.sharename | blobfuse share name | existing blobfuse share name | Yes |
22+
volumeAttributes.containerName | existing container name | existing container name | Yes |
2123
nodePublishSecretRef.name | secret name that stores storage account name and key | existing secret name | Yes |
2224
nodePublishSecretRef.namespace | namespace where the secret is | k8s namespace | No | `default`

0 commit comments

Comments
 (0)