hi there,
thanks for dropping this question, its super detailed and helps a ton ))
ok so u did everything right on paper,disabled vmss autoscaling, deleted the autoscale settings, and confirmed aks cluster autoscaler is running. but that pesky error won’t leave?
So according that microsoft’s docs are really clear vmss autoscaler and aks cluster autoscaler do not play nice together. like, at all. AKS cluster autoscaler docs.
Diagnose tab lags sometimes. it’s not real-time, more like a cached health check. u already did the heavy lifting, so this might just be azure being slow to update. Please check the vmss settings – sometimes the ui or cli doesn’t sync instantly. run az vmss show --resource-group <mc-rg> --name <vmss-name> --query "automaticRepairs" to see if anything’s stuck. restart the aks node pools. yes, sounds dumb, but a quick az aks nodepool restart --resource-group <rg> --cluster-name <aks> --name <nodepool> can kick the system into realizing the change.
............sometimes the backend needs a manual nudge to clear cached errors. but... I did not tell u )))))))
hope this helps,
Best regards,
Alex
and "yes" if you would follow me at Q&A - personaly thx.
P.S. If my answer help to you, please Accept my answer
PPS That is my Answer and not a Comment