How horizontal pod autoscaler treats not-ready pods when one changes max/min replicas limit

5/26/2021

For example I have maxReplicas=10 and 5 running pods in not-ready state. Then I change maxReplicas to 3. What HPA should do with pods?

-- Ilia
horizontalpodautoscaler
kubernetes

0 Answers