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
Signed-off-by: Omer Aplatony <[email protected]>
Added support for azure user assigned identity id
Bumped chart version to 9.46.1
fix lint issue
run helm docs
bump chart
doc(gce): Update manual MIG specification URL
| azureTenantID | string |`""`| Azure tenant where the resources are located. Required if `cloudProvider=azure`|
439
439
| azureUseManagedIdentityExtension | bool |`false`| Whether to use Azure's managed identity extension for credentials. If using MSI, ensure subscription ID, resource group, and azure AKS cluster name are set. You can only use one authentication method at a time, either azureUseWorkloadIdentityExtension or azureUseManagedIdentityExtension should be set. |
440
440
| azureUseWorkloadIdentityExtension | bool |`false`| Whether to use Azure's workload identity extension for credentials. See the project here: https://github.com/Azure/azure-workload-identity for more details. You can only use one authentication method at a time, either azureUseWorkloadIdentityExtension or azureUseManagedIdentityExtension should be set. |
441
+
| azureUserAssignedIdentityID | string |`""`| When vmss has multiple user assigned identity assigned, azureUserAssignedIdentityID specifies which identity to be used |
441
442
| azureVMType | string |`"vmss"`| Azure VM type. |
442
443
| civoApiKey | string |`""`| API key for the Civo API. Required if `cloudProvider=civo`|
443
444
| civoApiUrl | string |`"https://api.civo.com"`| URL for the Civo API. Required if `cloudProvider=civo`|
Copy file name to clipboardExpand all lines: charts/cluster-autoscaler/values.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,9 @@ azureTenantID: ""
101
101
# azureUseManagedIdentityExtension -- Whether to use Azure's managed identity extension for credentials. If using MSI, ensure subscription ID, resource group, and azure AKS cluster name are set. You can only use one authentication method at a time, either azureUseWorkloadIdentityExtension or azureUseManagedIdentityExtension should be set.
102
102
azureUseManagedIdentityExtension: false
103
103
104
+
# azureUserAssignedIdentityID -- When vmss has multiple user assigned identity assigned, azureUserAssignedIdentityID specifies which identity to be used
105
+
azureUserAssignedIdentityID: ""
106
+
104
107
# azureUseWorkloadIdentityExtension -- Whether to use Azure's workload identity extension for credentials. See the project here: https://github.com/Azure/azure-workload-identity for more details. You can only use one authentication method at a time, either azureUseWorkloadIdentityExtension or azureUseManagedIdentityExtension should be set.
0 commit comments