-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: properties.count is missing when creating auto scaling agent pool #3220
Comments
Sorry for the slow response on this @b1zzu. This looks like a bug to me as well but I am confirming with the AKS team. |
Confirmed that this is a bug/unintended behavior in the AKS API. In the meantime, your workaround will work. The AKS team will fix this behavior in a future release, but I don't have an ETA currently. I'll leave this item open to track this. |
I think that this behavior has been solved in the upstream AKS API. I will confirm when it is being released as it may not be released yet. |
Fix for this should be rolling out in a few weeks across the whole of AKS (so will improve this experience in ASO but also ARM templates, Terraform, etc). Going to go ahead and close this given that is happening and there's nothing for us to do on ASO side. |
Version of Azure Service Operator
mcr.microsoft.com/k8s/azureserviceoperator:v2.2.0
Describe the bug
I'm trying to create the following managed cluster agent pool:
but the reconciliation loops fails with the following error:
on
PUT https://management.azure.com/subscriptions/my-sub-id/resourceGroups/my-group/providers/Microsoft.ContainerService/managedClusters/my-cluster/agentPools/highmem0
Workaround
Add
count: 1
to thespec
, it will be ignored because the auto-scaling settings will overwrite it but at least will fix the issue.The text was updated successfully, but these errors were encountered: