Scaling AKS node pool is failing

Assaf Katz 21 Reputation points
2022-05-01T10:55:09.65+00:00

Hi,

The auto scaling didn't work so I changed the cluster to manual and then try to run:

az aks nodepool scale --node-count 13 --cluster-name rnd-xxx-aks --name aks --resource-group rnd-xxx-aks

But I got:

Message: Generating Template Failed. (Details: version v0.20220405.1 is not supported for AgentBaker)

I couldn't find anything about this issue.

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,886 questions
0 comments No comments
{count} votes

Accepted answer
  1. shiva patpi 13,146 Reputation points Microsoft Employee
    2022-05-02T02:49:54.56+00:00

    Hello @Assaf Katz ,
    Can you try upgrading your nodes to latest image.
    https://learn.microsoft.com/en-us/azure/aks/node-image-upgrade#:~:text=To%20speed%20up%20the%20node%20image%20upgrade%20process%2C,be%20used%20for%20upgrades%20so%20they%20complete%20faster.

    Example Command:

    az aks upgrade \
    --resource-group myResourceGroup \
    --name myAKSCluster \
    --node-image-only

    Regards,
    Shiva.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful