Restart Nodepool in AKS cluster

37821879 85 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.
2,100 questions
{count} votes

1 answer

Sort by: Most helpful
  1. mutaz-msft 2,346 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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.