-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Cannot set expander with multiple parameter in aks cluster autoscaler profile #29379
Copy link
Copy link
Open
Labels
AKSaz aks/acs/openshiftaz aks/acs/openshiftAuto-AssignAuto assign by botAuto assign by botAuto-ResolveAuto resolve by botAuto resolve by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Metadata
Metadata
Assignees
Labels
AKSaz aks/acs/openshiftaz aks/acs/openshiftAuto-AssignAuto assign by botAuto assign by botAuto-ResolveAuto resolve by botAuto resolve by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Describe the bug
Cannot set
expanderwith multiple parameter in aks cluster autoscaler profileRelated command
Errors
Issue script & Debug output
I don't think this is needed.
Expected behavior
It should be supported to be configured via
azure-cli.Environment Summary
Additional context
In the official FAQ, it is stated that multiple parameters are supported for
expander. E.g:--expander=priority,least-waste.src: https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders
It is also possible to be done via ARM template. And I can see the result:

However, it is not possible to be done via az-cli for now as it needs to inlcude
,.Also tried the following command, no use:
Alternative solution considered:
Support json format as input.