HorizontalPodAutoscaler will not scale down pods even when demand decreases. Scale-down is disabled by policy, stabilization window, or autoscaling config.
Fixes HPA: scale down disabled by policy or stabilization window
# HPA: scale down disabled by policy or stabilization windowHPA: scale down disabled by policy or stabilization window
HPA can scale up quickly but intentionally limits scale-down to prevent thrashing (rapid up/down cycles that waste resources). The scale-down behavior is controlled by stabilization windows and scale-down policies. When these are too conservative, HPA will not scale down even when metrics indicate fewer replicas are needed.
First diagnostic step
Second diagnostic step
Third diagnostic step
Fourth diagnostic step
Fifth diagnostic step
Additional notes and platform-specific considerations.