HPAScalingRules configures the scaling behavior for one direction.
Known subtypes:
Known usages:
All versions:
These Rules are applied after calculating DesiredReplicas from metrics for the HPA.
They can limit the scaling velocity by specifying scaling policies.
They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen.
stabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down.
StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour).
If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done).
For scale down: 300 (i.e. the stabilization window is 300 seconds long).
HPAScalingRules configures the scaling behavior for one direction.