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

HorizontalPodAutoscaler API version autoscaling/v2beta2 is removed in k8s v1.26 #2625

Closed
andrzej-stencel opened this issue Nov 22, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@andrzej-stencel
Copy link
Contributor

https://kubernetes.io/blog/2022/11/18/upcoming-changes-in-kubernetes-1-26/#removal-of-the-v2beta2-horizontalpodautoscaler-api

Starting with Kubernetes v1.26 (scheduled for Dec 2022), only the autoscaling/v2 API version of HorizontalPodAutoscaler will be available (it was introduced in v1.23).

We are currently using the autoscaling/v2beta2 version of the API, which means without any changes, the chart will fail to install on v1.26.

If we simply change the API version from autoscaling/v2beta2 to autoscaling/v2, we will effectively make it impossible to install the chart in version v1.22 and earlier.

@andrzej-stencel andrzej-stencel added the enhancement New feature or request label Nov 22, 2022
@andrzej-stencel
Copy link
Contributor Author

Most recently fixed in #3366

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant