mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-24 03:47:33 +00:00
The DNS autoscaler test was not correctly counting tainted but schedulable nodes, meaning that the target count was not correct for clusters with multiple control-plane nodes (which are often tainted but schedulable). The cluster-proportional-autoscaler ignores non-schedulable nodes, but does not consider taints.