Skip to content

Commit e3971fa

Browse files
Add clientID parameter for StorageClass and PersistentVolume to the driver-parameters.md file
Signed-off-by: Thomas Spear <81998567+tspearconquest@users.noreply.github.com>
1 parent fa97f3f commit e3971fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/driver-parameters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ protocol | file share protocol | `smb`, `nfs` | No | `smb`
4747
networkEndpointType | specify network endpoint type for the storage account created by driver. If `privateEndpoint` is specified, a private endpoint will be created for the storage account. For other cases, a service endpoint will be created for `nfs` protocol by default. | "",`privateEndpoint` | No | `` <br>for AKS cluster, make sure cluster Control plane identity (that is, your AKS cluster name) is added to the Contributor role in the resource group hosting the VNet
4848
location | specify Azure storage account location | `eastus`, `westus`, etc. | No | if empty, driver will use the same location name as current k8s cluster
4949
resourceGroup | specify the resource group in which Azure file share will be created | existing resource group name | No | if empty, driver will use the same resource group name as current k8s cluster
50+
clientID | specify Azure client ID who will create Azure file share | Azure client ID | No | if empty, kubelet MID will be used
5051
subscriptionID | specify Azure subscription ID where Azure file share will be created | Azure subscription ID | No | if not empty, `resourceGroup` must be provided
5152
shareName | specify Azure file share name | existing or new Azure file name | No | if empty, driver will generate an Azure file share name
5253
shareNamePrefix | specify Azure file share name prefix created by driver | can only contain lowercase letters, numbers, hyphens, and length should be less than 21 | No |
@@ -107,6 +108,7 @@ pvc-92a4d7f2-f23b-4904-bad4-2cbfcff6e388
107108
Name | Meaning | Available Value | Mandatory | Default value
108109
--- | --- | --- | --- | ---
109110
volumeHandle | Specify a value the driver can use to uniquely identify the share in the cluster. | A recommended way to produce a unique value is to combine the globally unique storage account name and share name: {account-name}_{file-share-name}. If you plan to use resize, you must follow the VolumeID format in Dynamic Provisioning. | Yes |
111+
volumeAttributes.clientID | specify Azure client ID who will mount Azure file share | Azure client ID | No | if empty, kubelet MID will be used
110112
volumeAttributes.subscriptionID | specify Azure subscription ID where Azure file share is located | Azure subscription ID | No | if not empty, `resourceGroup` must be provided
111113
volumeAttributes.resourceGroup | Azure resource group name | existing resource group name | No | if empty, driver will use the same resource group name as current k8s cluster
112114
volumeAttributes.storageAccount | existing storage account name | existing storage account name | Yes |

0 commit comments

Comments
 (0)