Skip to content

Commit 2d45fd9

Browse files
authored
Update driver-parameters.md
1 parent 2f8199d commit 2d45fd9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/driver-parameters.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
Name | Meaning | Example | Mandatory | Default value
88
--- | --- | --- | --- | ---
99
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(to-do), 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
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
1111
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 resource group in which blobfuse share will be created | existing resource group name | Yes | if empty(to-do), driver will use the same resource group 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`
1314

14-
- Static Provisioning(use existing azure disk)
15+
- Static Provisioning(use existing storage container)
1516
> get a quick example [here](../deploy/example/pv-blobfuse-csi.yaml)
1617
1718
Name | Meaning | Available Value | Mandatory | Default value

0 commit comments

Comments
 (0)