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(only works when `useDataPlaneAPI: "true"`) | 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, cross subscription is only supported when `useDataPlaneAPI` is set as `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
0 commit comments