Skip to content

Commit 44f646c

Browse files
authored
Update driver-parameters.md
1 parent b98e5be commit 44f646c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/driver-parameters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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(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
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

0 commit comments

Comments
 (0)