Skip to content

Vertical Pod Autoscaler 0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@bskiba bskiba released this 18 Dec 12:45
· 6276 commits to master since this release
81c2888

This is a Beta release of Vertical Pod Autoscaler

NOTE: Notice on swiching from alpha to beta

API changes:

Highlights:

  • Increased recommendation resolution for low values
  • Increased scalability (reduced load on API server, more efficient checkpointing mechanism)
  • Instrumentation added for all components
  • Capping recommendation to pod resource limit or min/max allowed from ContainerResourcePolicy leaves an annotation on updated pod
  • Bug fixes