gardener / kupid

Inject scheduling criteria into target pods orthogonally by policy definition.
Apache License 2.0
11 stars 19 forks source link

Switch VPA's API version to `autoscaling.k8s.io/v1` #71

Closed ialidzhikov closed 3 months ago

ialidzhikov commented 3 months ago

How to categorize this PR?

/area auto-scaling /kind enhancement

What this PR does / why we need it: Switch to autoscaling.k8s.io/v1 as autoscaling.k8s.io/v1beta2 is deprecated: https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler#notice-on-deprecation-of-v1beta2-version-0130

Similar to https://github.com/gardener/gardener-extension-networking-calico/pull/175

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

Special notes for your reviewer: N/A

Release note:

NONE