-
Notifications
You must be signed in to change notification settings - Fork 42.8k
HorizontalPodAutoscaler: Possible to limit scale down? #65097
Copy link
Copy link
Closed
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.sig/autoscalingCategorizes an issue or PR as relevant to SIG Autoscaling.Categorizes an issue or PR as relevant to SIG Autoscaling.
Description
HPA seems to have a pretty big problem with spiky loads. In my case, I want to use it for a service which has large bursts of traffic in quick succession. The problem is that after it scales up (correctly), it will scale down to the minimum if there's low load for just 5 minutes.
I want to control it to only scale down by a maximum of 1 or 2 containers every scale event, is that possible?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.sig/autoscalingCategorizes an issue or PR as relevant to SIG Autoscaling.Categorizes an issue or PR as relevant to SIG Autoscaling.