Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9356 update autoscaling version (#1) #9357

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kylefuhrmanncalm
Copy link

Related to issue: #9356
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"

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

This PR updates the python build package to one that is available & adds a check for newer KubeVersion to utilize the stable version: autoscaling/v2

* Update failing python package

* Update stable autoscaling apiVersion for newer KubeVersion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant