You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
HorizontalPodAutoscaler v2beta1 is deprecated in v1.22+ and causes failures deploying on updated clusters
To Reproduce
Steps to reproduce the behavior:
With
autoscaling.enabled: true
, follow consoleme documentation to deploy consolemeExpected behavior
HPA autoscaler should successfully deploy with the application when
autoscaling.enabled: true
The text was updated successfully, but these errors were encountered: