Open JoeyC-Dev opened 4 months ago
Hi @JoeyC-Dev,
2.61.0 is not the latest Azure CLI(2.62.0).
If you haven't already attempted to do so, please upgrade to the latest Azure CLI version by following https://learn.microsoft.com/en-us/cli/azure/update-azure-cli.
Thank you for opening this issue, we will look into it.
@yonzhan Hi, this issue looks like being auto resolved and being assigned with no one. Can you help on that?
Adding @FumingZhang to help with
Taking a look
@JoeyC-Dev - FYI - even with the change in CLI, the AKS CAS doesn't support multiple expander functionality just yet
@JoeyC-Dev - FYI - even with the change in CLI, the AKS CAS doesn't support multiple expander functionality just yet
That is a surprise. Thank you for the reminding.
@kevinkrp93 Hi, this morning I find this Github issue:
After checking the commit, it looks like "priority,least-waste" is being used as a test example. I am not sure about the code part, but does that mean the multiple expander functionality will be available after this PR being merged?
Describe the bug
Cannot set
expander
with 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.