Closed chuong-dao closed 4 years ago
The behavior is controlled by HPA, but this doesn't seem normal to me. HPA is responsible for the scaling, the adapter here is just reports the current value and HPA should decide whether to increase or decrease the number of replicas.
https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
closing this issue since there is no update
My targetvalue is set at 6. If I bump up to 7 messages in queue, I get this
That's not good if I set my max to 100. I might at all 100 pods for one single message increase. If I do one lower than the targetvalue, I get this.
Could someone explain why it's behaving this way?