Skip to content

Commit 3ff28d9

Browse files
authored
Update driver-parameters.md
1 parent 9586432 commit 3ff28d9

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

docs/driver-parameters.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
## `blobfuse.csi.azure.com` driver parameters
2-
> storage class `blobfuse.csi.azure.com` parameters are compatible with built-in [blobfuse](https://kubernetes.io/docs/concepts/storage/volumes/#blobfuse) plugin
3-
1+
## Driver Parameters
42
> parameter names are case-insensitive
53
64
### Dynamic Provisioning
7-
> get a quick example [here](../deploy/example/storageclass-blobfuse-csi.yaml)
5+
> get a [example](../deploy/example/storageclass-blobfuse-csi.yaml)
86
9-
> get a `mountOptions` example [here](../deploy/example/storageclass-blobfuse-csi-mountoptions.yaml)
7+
> get a `mountOptions` [example](../deploy/example/storageclass-blobfuse-csi-mountoptions.yaml)
108
119
Name | Meaning | Example | Mandatory | Default value
1210
--- | --- | --- | --- | ---
@@ -21,10 +19,10 @@ server | specify azure storage account server address | existing server address,
2119

2220
Blobfuse driver does not honor `fsGroup` securityContext setting, instead user could use `-o gid=1000` in `mountoptions` to set ownership, check [here](https://github.com/Azure/azure-storage-fuse#mount-options) for more mountoptions.
2321

24-
### Static Provisioning(use existing storage container)
25-
> get a quick example [here](../deploy/example/pv-blobfuse-csi.yaml)
22+
### Static Provisioning(bring your own storage container)
23+
> get an [example](../deploy/example/pv-blobfuse-csi.yaml)
2624
>
27-
> get a key vault example [here](../deploy/example/keyvault/pv-blobfuse-csi-keyvault.yaml)
25+
> get a key vault [example](../deploy/example/keyvault/pv-blobfuse-csi-keyvault.yaml)
2826
2927
Name | Meaning | Available Value | Mandatory | Default value
3028
--- | --- | --- | --- | ---
@@ -34,4 +32,4 @@ volumeAttributes.keyVaultURL | Azure Key Vault DNS name | existing Azure Key Vau
3432
volumeAttributes.keyVaultSecretName | Azure Key Vault secret name | existing Azure Key Vault secret name | No |
3533
volumeAttributes.keyVaultSecretVersion | Azure Key Vault secret version | existing version | No |if empty, driver will use "current version"
3634
nodeStageSecretRef.name | secret name that stores storage account name and key(or sastoken) | existing kubernetes secret name | No |
37-
nodeStageSecretRef.namespace | namespace where the secret is | k8s namespace | No | `default`
35+
nodeStageSecretRef.namespace | namespace where the secret is | k8s namespace | Yes |

0 commit comments

Comments
 (0)