Restart Nodepool in AKS cluster

37821879 65 Reputation points
2023-09-19T09:18:51.82+00:00

Hi,

I am trying restart the AKS nodepool , I am facing the below errors:

az aks nodepool stop --resource-group NONPROD-ED-WEB-DV1 --cluster-name aksulsin1002 --nodepool-name aks-ulsin1002-42505972-vmss000001

--nodepool-name can contain at most 12 characters---> Error line

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,550 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. mutaz-msft 1,446 Reputation points Microsoft Employee
    2023-09-19T09:22:54.1866667+00:00

    Hi,

    You are using the instance name and the command needs the node pool name which is in your command should be "ulsin1002"

    Hope this helps