You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
matchTags | whether matching tags when driver tries to find a suitable storage account | `true`,`false` | No | `false`
23
23
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`
24
24
--- | **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
26
26
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`
27
27
secretName | specify secret name to store account key | | No |
28
28
secretNamespace | specify the namespace of secret to store account key | `default`,`kube-system`, etc | No | pvc namespace
29
29
isHnsEnabled | enable `Hierarchical namespace` for Azure DataLake storage account | `true`,`false` | No | `false`
30
30
--- | **Following parameters are only for NFS protocol** | --- | --- |
31
31
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
32
35
33
36
-`fsGroup` securityContext setting
34
37
@@ -70,10 +73,6 @@ nodeStageSecretRef.name | secret name that stores(check below examples):<br>`azu
--- | **Following parameters are only for NFS protocol** | --- | --- |
72
75
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
77
76
--- | **Following parameters are only for feature: blobfuse [Managed Identity and Service Principal Name auth](https://github.com/Azure/azure-storage-fuse#environment-variables)** | --- | --- |
78
77
volumeAttributes.AzureStorageAuthType | Authentication Type | `Key`, `SAS`, `MSI`, `SPN` | No | `Key`
79
78
volumeAttributes.AzureStorageIdentityClientID | Identity Client ID | | No |
0 commit comments