Vertical Pod Autoscaler 0.10.0
Pre-release
Pre-release
jbartosik
released this
26 Jan 12:59
·
3223 commits
to master
since this release
API changes:
- Added support for alternative recommenders.
- Added support for per-VPA Object MinReplicas.
Other notable changes:
- Added support for running VPA out of cluster (#3769).
- Use v1 API for storage instead of v1beta2 (#3810).
- Allow configuring default update threshold (#3962).
- Use v1 API to register admission webhook (#4124).
- This is potentially breaking change. By default VPA will delete old webhook and create a new one. But if you manage webhook yourself you must update the webhook to use v1 API. You should update webhook if:
- Are running Admission Controller with
--register-webhook=false
or - Have an automation that will overwrite the change to the webhook.
- Are running Admission Controller with
- This is potentially breaking change. By default VPA will delete old webhook and create a new one. But if you manage webhook yourself you must update the webhook to use v1 API. You should update webhook if:
Bug fixes: