Skip to content

Commit b98e5be

Browse files
authored
Update driver-parameters.md
1 parent 7b3f56b commit b98e5be

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/driver-parameters.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,16 @@ tags | [tags](https://docs.microsoft.com/en-us/azure/azure-resource-manager/mana
2222
matchTags | whether matching tags when driver tries to find a suitable storage account | `true`,`false` | No | `false`
2323
useDataPlaneAPI | specify whether use data plane API for blob container create/delete, this could solve the SRP API throltting issue since data plane API has almost no limit, while it would fail when there is firewall or vnet setting on storage account | `true`,`false` | No | `false`
2424
--- | **Following parameters are only for blobfuse** | --- | --- |
25-
subscriptionID | specify Azure subscription ID in which blob storage directory will be created | Azure subscription ID | No | if not empty, `resourceGroup` must be provided
25+
subscriptionID | specify Azure subscription ID in which blob storage directory will be created(only works when `useDataPlaneAPI: "true"`) | Azure subscription ID | No | if not empty, `resourceGroup` must be provided
2626
storeAccountKey | whether store account key to k8s secret <br><br> Note: <br> `false` means driver would leverage kubelet identity to get account key | `true`,`false` | No | `true`
2727
secretName | specify secret name to store account key | | No |
2828
secretNamespace | specify the namespace of secret to store account key | `default`,`kube-system`, etc | No | pvc namespace
2929
isHnsEnabled | enable `Hierarchical namespace` for Azure DataLake storage account | `true`,`false` | No | `false`
3030
--- | **Following parameters are only for NFS protocol** | --- | --- |
3131
mountPermissions | mounted folder permissions. The default is `0777`, if set as `0`, driver will not perform `chmod` after mount | `0777` | No |
32+
vnetResourceGroup | specify vnet resource group where virtual network is | existing resource group name | No | if empty, driver will use the `vnetResourceGroup` value in azure cloud config file
33+
vnetName | virtual network name | existing virtual network name | No | if empty, driver will use the `vnetName` value in azure cloud config file
34+
subnetName | subnet name | existing subnet name of the agent node | No | if empty, driver will use the `subnetName` value in azure cloud config file
3235

3336
- `fsGroup` securityContext setting
3437

@@ -70,10 +73,6 @@ nodeStageSecretRef.name | secret name that stores(check below examples):<br>`azu
7073
nodeStageSecretRef.namespace | secret namespace | k8s namespace | Yes |
7174
--- | **Following parameters are only for NFS protocol** | --- | --- |
7275
volumeAttributes.mountPermissions | mounted folder permissions | `0777` | No |
73-
--- | **Following parameters are only for NFS vnet setting** | --- | --- |
74-
vnetResourceGroup | specify vnet resource group where virtual network is | existing resource group name | No | if empty, driver will use the `vnetResourceGroup` value in azure cloud config file
75-
vnetName | virtual network name | existing virtual network name | No | if empty, driver will use the `vnetName` value in azure cloud config file
76-
subnetName | subnet name | existing subnet name of the agent node | No | if empty, driver will use the `subnetName` value in azure cloud config file
7776
--- | **Following parameters are only for feature: blobfuse [Managed Identity and Service Principal Name auth](https://github.com/Azure/azure-storage-fuse#environment-variables)** | --- | --- |
7877
volumeAttributes.AzureStorageAuthType | Authentication Type | `Key`, `SAS`, `MSI`, `SPN` | No | `Key`
7978
volumeAttributes.AzureStorageIdentityClientID | Identity Client ID | | No |

0 commit comments

Comments
 (0)