Open EPinci opened 6 years ago
Most likely this is blocked by system pods.
You can check by looking at kubectl get pods -n kube-system
.
kube-proxy
and kube-svc-redirect
pods are ignored, but your kube-dns
, heapster
, tunnelfront
and dashboard
pods might be spread among the 3 nodes.
Indeed I have kube-system pods everywhere: heapster
, kube-dns
, kube-proxy
, dashboard
, tiller
Is there a way to ignore these as well?
Also I have a "non kube-system" daemonset, is it going to be an issue?
Also looks like that the autoscaler pod itself is a blocker to scale down. There a way to bypass this one as well? Is this autoscaler PDB aware?
Hi, I managed to deploy the autoscaler to my cluster with RBAC and all post ACS-Engine v12.0 settings. I can see it is running but the logs always report:
As much as my nodes are well under utilized, how can I know what is actually blocking the scale down?
Thank you.