An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
hi David Poor & thx for sharing urs issue here at Q&A portal,
looks like corrupted or stale AKS control-plane metadata, not a node health issue. The nodes and underlying VMs are still healthy, but the node pool resource has effectively disappeared from the AKS API and now has missing vmSize and count values. That isn’t something u can safely repair from kubectl or by editing the VMs directly. I wouldn’t delete or recreate those VMs manually. They’re still carrying the workloads, and doing that could turn a control-plane metadata problem into an outage.This needs Microsoft AKS support to reconcile the managed cluster state. Include the cluster resource ID, node resource group, node pool name, VM resource IDs, timestamps, failed operation/correlation IDs, and the output from az aks nodepool list, az vm list, and kubectl get nodes.
The quota error is probably secondary noise here. The real issue is that AKS no longer has a consistent node pool object to manage or upgrade. Only the AKS backend team can restore that metadata safely.
rgds,
Alex
&
If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal
and at my blog https://ctrlaltdel.blog/