AKS is in 'Update in progress...'

Frusciante Emilio 20 Reputation points
2023-07-31T09:15:28.68+00:00

Hi,

I've run command for disable monitor from AKS but now the cluster is blocked with message 'Update in progress...'

Thanks,

Emilio

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

Accepted answer
  1. Ammar-Abdlqader 1,176 Reputation points Microsoft Employee
    2023-07-31T09:27:52.68+00:00

    Hello @Frusciante Emilio

    thank you for your question,

    When you disable monitoring for your AKS cluster, the operation can take a few minutes to complete. During this time, the cluster is blocked with the message "Update in progress : You can check the status of the operation by running the following command:

    az aks show -g <resource-group-name> -n <cluster-name> 
    

    If the operation takes longer than expected you can abort the operation using this command:

    az aks operation-abort --name myAKSCluster --resource-group myResourceGroup
    

    check the abort commands using this link

    you can check the logs for any errors or issues that may have occurred during the operation.

    also You can check your aks cluster use the diagnostic and solve problems feature on the Azure portal for troubleshooting your AKS cluster.

    If this has been helpful, please take a moment to accept answers as this helps increase the visibility of this question for other members of the Microsoft Q&A community. Thank you for helping to improve Microsoft Q&A!

    User's image


0 additional answers

Sort by: Most 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.