v0.4.0
Pre-release
Pre-release
[v0.4.0] - 2020-03-10
Added
- Documentation as code; configuration reference.
- New decision type
median
, returns the median average of the predictions. - JSON support for configuration options.
- Can now configure
tolerance
,initialReadinessDelay
andinitializationPeriod
that are available to be configured in the K8s HPA. - Default
downscaleStabilization
set to300
(5 minutes) to match K8s HPA.
Changed
- Metric specs now defined in
predictiveConfig
rather than in their own section. - Update Custom Pod Autoscaler version to v0.11.0.
- Update Horizontal Pod Autoscaler version to v0.5.0.
- Default
interval
set to15000
(15 seconds) to match K8s HPA. - Default
minReplicas
set to1
to match K8s HPA. - Default
maxReplicas
set to10
to match K8s HPA.