colearendt/helm

Modern versions of Kubernetes implement `autoscaling/v2`

Opened this issue · 0 comments

Hi there,
the HorizontalPodAutoscaler from autoscaling/v2beta1 is not compatible with recent versions of Kubernetes.
So, for instance, PostgREST autoscaling cannot be enabled when running on Kubernetes 1.26.

Other Helm Charts solve this problem with templates which dinamically choose the right version to use, accordingly to the Kubernetes version.