Which issue(s) this PR fixes:
N/A
but prevents OOMKills due to the controlledValues field not being set and usage of the default behaviour of scaling RequestsAndLimits proportionally.
Special notes for your reviewer:
N/A
Release note:
An issue causing the `controlledValues: RequestsOnly` field not to be set for the `shoot-cert-management-seed-vpa` VPA is now fixed.
How to categorize this PR?
/area auto-scaling /kind bug
What this PR does / why we need it: Right now,
shoot-cert-management-seed-vpa
specifiescontrolledValues: RequestsOnly
https://github.com/gardener/gardener-extension-shoot-cert-service/blob/dca9a34a7feeee4790614d3292de29958283b088/charts/internal/shoot-cert-management-seed/templates/vpa.yaml#L17 but this change does not really get applied because the used API version isautoscaling.k8s.io/v1beta2
and notautoscaling.k8s.io/v1
. ThecontrolledValues
field is introduced in API versionautoscaling.k8s.io/v1
.Which issue(s) this PR fixes: N/A but prevents OOMKills due to the
controlledValues
field not being set and usage of the default behaviour of scaling RequestsAndLimits proportionally.Special notes for your reviewer: N/A
Release note: