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
Copy file name to clipboardExpand all lines: docs/driver-parameters.md
+11-5
Original file line number
Diff line number
Diff line change
@@ -87,15 +87,21 @@ volumeAttributes.keyVaultURL | Azure Key Vault DNS name | existing Azure Key Vau
87
87
volumeAttributes.keyVaultSecretName | Azure Key Vault secret name | existing Azure Key Vault secret name | No |
88
88
volumeAttributes.keyVaultSecretVersion | Azure Key Vault secret version | existing version | No |if empty, driver will use "current version"
89
89
90
-
- Note
91
-
- only mounting blobfuse requires account key, and if secret is not provided in PV config, driver would try to get `azure-storage-account-{accountname}-secret` in the pod namespace, if not found, driver would try using kubelet identity to get account key directly using Azure API.
92
-
- mounting blob storage NFSv3 does not need account key, it requires storage account configured with same vnet with agent node.
93
-
- blobfuse does not support private link well, check details [here](https://github.com/Azure/azure-storage-fuse/wiki/2.-Configuring-and-Running#private-link)
94
-
95
90
- create a Kubernetes secret for `nodeStageSecretRef.name`
- only mounting blobfuse requires account key, and if secret is not provided in PV config, driver would try to get `azure-storage-account-{accountname}-secret` in the pod namespace, if not found, driver would try using kubelet identity to get account key directly using Azure API.
100
+
- mounting blob storage NFSv3 does not need account key, it requires storage account configured with same vnet with agent node.
101
+
- blobfuse does not support private link well, check details [here](https://github.com/Azure/azure-storage-fuse/wiki/2.-Configuring-and-Running#private-link)
102
+
103
+
#### `containerName` parameter supports following pv/pvc metadata transform
104
+
> if `containerName` value contains following strings, it would be converted into corresponding pv/pvc name or namespace
0 commit comments