gardener / autoscaler

Customised fork of cluster-autoscaler to support machine-controller-manager
Apache License 2.0
16 stars 25 forks source link

VPA: Fix the pipeline definition to use the upstream Dockerfiles #323

Closed ialidzhikov closed 3 months ago

ialidzhikov commented 3 months ago

What this PR does / why we need it: The golang version is outdated in the vertical-pod-autoscaler/Dockerfile.{admissioncontroller,recommdener,updater}. This PR switches the release job to use the upstream Dockerfiles under pkg/{admission-controller,recommdener,updater}/Dockerfile which are multi-stage ones as well.

Which issue(s) this PR fixes: N/A

Special notes for your reviewer: N/A

Release note:

NONE