Netflix / consoleme

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

HorizontalPodAutoscaler v2beta1 is deprecated in k8s v1.22+ #9356

Open kylefuhrmanncalm opened 1 year ago

kylefuhrmanncalm commented 1 year ago

Describe the bug HorizontalPodAutoscaler v2beta1 is deprecated in v1.22+ and causes failures deploying on updated clusters

Error: unable to build kubernetes objects from release manifest: resource mapping not found for name: "consoleme" namespace: "" from "": no matches for kind "HorizontalPodAutoscaler" in version "autoscaling/v2beta1"

To Reproduce Steps to reproduce the behavior: With autoscaling.enabled: true, follow consoleme documentation to deploy consoleme

Expected behavior HPA autoscaler should successfully deploy with the application when autoscaling.enabled: true