AKS cluster is in failed state and I can not upgrade the cluster

Shivani Karipe 6 Reputation points
2023-02-10T05:27:27.5233333+00:00

Hi All,

My cluster is in failed state. upon observing the cluster I found out that a node pool is in failed state so I have drained the nodes one by one and deleted the node pool. its been 12 hours but the cluster still shows that it is in failed state

can anyone please help me with this

User's image

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,365 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Shivani Karipe 6 Reputation points
    2023-02-14T07:34:14.6966667+00:00

    I have tried this command and it resolved the issue.

    upgrading the cluster to the current version ( my cluster in on 1.24.0 so trying to upgrade to the same version)

    az aks upgrade --name <cluster name> --resource-group rg --subscription "subscrition" --kubernetes-version 1.24.0 --yes

    1 person found this answer helpful.

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.