Skip to content

Commit f3d3f5a

Browse files
authored
Update driver-parameters.md
1 parent bdcfee4 commit f3d3f5a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/driver-parameters.md

+6
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ volumeAttributes.mountPermissions | mounted folder permissions. The default is `
115115
kubectl create secret generic azure-storage-account-{accountname}-secret --from-literal=azurestorageaccountname="xxx" --from-literal azurestorageaccountkey="xxx" --type=Opaque
116116
```
117117

118+
### `VolumeSnapshotClass`
119+
120+
Name | Meaning | Available Value | Mandatory | Default value
121+
--- | --- | --- | --- | ---
122+
useDataPlaneAPI | specify whether use [data plane API](https://github.com/Azure/azure-sdk-for-go/blob/master/storage/share.go) for snapshot create/delete, this could solve the SRP API throttling 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`
123+
118124
### Tips
119125
- mounting Azure SMB File share requires account key
120126
- If you set `storeAccountKey: "false"` in the storage class, the driver will not store the account key as a Kubernetes secret, the driver will not store the account key as a Kubernetes secret. Instead, it will use the kubelet identity to obtain the account key.

0 commit comments

Comments
 (0)