Skip to content

Commit d646e02

Browse files
authored
Update driver-parameters.md
1 parent 5d15b83 commit d646e02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/driver-parameters.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ volumeAttributes.AzureStorageAADEndpoint | AADEndpoint | | No |
8989
--- | **Following parameters are only for feature: blobfuse read account key or SAS token from key vault** | --- | --- |
9090
volumeAttributes.keyVaultURL | Azure Key Vault DNS name | existing Azure Key Vault DNS name | No |
9191
volumeAttributes.keyVaultSecretName | Azure Key Vault secret name | existing Azure Key Vault secret name | No |
92-
volumeAttributes.keyVaultSecretVersion | Azure Key Vault secret version | existing version | No |if empty, driver will use "current version"
92+
volumeAttributes.keyVaultSecretVersion | Azure Key Vault secret version | existing version | No |if empty, driver will use `current version`
9393

9494
- create a Kubernetes secret for `nodeStageSecretRef.name`
9595
```console
@@ -103,6 +103,7 @@ kubectl create secret generic azure-secret --from-literal azurestoragespnclients
103103
- 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.
104104
- mounting blob storage NFSv3 does not need account key, it requires storage account configured with same vnet with agent node.
105105
- blobfuse does not support private link well, check details [here](https://github.com/Azure/azure-storage-fuse/wiki/2.-Configuring-and-Running#private-link)
106+
- [Mount an azure blob storage with a dedicated user-assigned managed indentity](https://github.com/qxsch/Azure-Aks/tree/master/aks-blobfuse-mi)
106107

107108
#### `containerName` parameter supports following pv/pvc metadata conversion
108109
> if `containerName` value contains following strings, it would be converted into corresponding pv/pvc name or namespace

0 commit comments

Comments
 (0)