Netflix / consoleme

A Central Control Plane for AWS Permissions and Access
Apache License 2.0
3.11k stars 252 forks source link

[fix] configure hpa api version dynamically #9371

Closed felipemadeiros closed 1 year ago

felipemadeiros commented 1 year ago

WHAT

Configure HorizontalPodAutoscaler (HPA) according kubernetes version

WHY

The autoscaling/v2beta2 API version of HorizontalPodAutoscaler is no longer served as of v1.26. The autoscaling/v2 API version available since v1.23.

Ref

https://kubernetes.io/docs/reference/using-api/deprecation-guide/#horizontalpodautoscaler-v126