Cluster for AKS service no autoscaling anymore

Prabjyot Kaur 20 Reputation points
2026-06-22T14:24:26.7133333+00:00

Upgraded to the latest version 1.33 then started getting the following Resource health error and jobs are not getting automatically auto scale . Running it with fix pods

Degraded (Customer Initiated) : Cluster Autoscaler became unavailable (Customer Initiated)


At Monday, June 22, 2026 at 8:15:59 AM GMT+2, the Azure monitoring system received the following information regarding your Azure Kubernetes Service (AKS):

Cluster Autoscaler is not available. This might impact the availability of your cluster.

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.


Answer accepted by question author
Jose Benjamin Solis Nolasco 12,601 Reputation points Volunteer Moderator
2026-06-22T14:51:29.6033333+00:00

Welcome to Microsoft Q&A

Hello @Prabjyot Kaur I hope you are doing well,

What is actually happening is that the AKS cluster autoscaler component has been blocked from performing scaling operations on your underlying Virtual Machine Scale Sets (VMSS). After a version upgrade to 1.33, this typically happens because the node pool entered a failed or "backoff" state, or because a customer-level restriction (like an Azure Policy or a Resource Lock on the managed resource group) is actively preventing the autoscaler from modifying the resources.

Check please the following things:

  1. Reset the Node Pool Backoff: Disable and then re-enable autoscaling on the affected node pool to clear the temporary backoff state and force it to retry.

Check for Resource Locks or Policies: Review any Azure Policies or resource locks applied to your cluster or the automatically generated node resource group (usually named MC_<rg>_<cluster>_<region>). Remove any restrictions that block operations in certain namespaces or prevent resource changes.

Reconcile the Node Pool: If tags or properties were altered or deleted during the upgrade, use the Azure CLI (az aks nodepool update) to reconcile the configuration so the autoscaler can reconnect to the VMSS.

References

Troubleshoot cluster upgrading and scaling errors

Cluster autoscaling in Azure Kubernetes Service (AKS) overview

If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!Welcome to Microsoft Q&A

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Newest

Your answer

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