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

DEVOPS-7129 - Fix horizontal pod autoscaler version EOL k8s 1.26 #111

Merged
merged 2 commits into from
Dec 14, 2023

Conversation

dantech2000
Copy link
Contributor

Resolves: DEVOPS-7129

We needed to update our Helm Charts to use autoscaler/v2 instead of deprecated version autoscaler/v2beta2. This PR resolves this issue. This should not break anything in production as its running k8s version 1.25. autoscaler/v2 has been supported since k8s version 1.23.

Reference documents:
https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-26
https://kubernetes.io/blog/2022/11/18/upcoming-changes-in-kubernetes-1-26/#removal-of-the-v2beta2-horizontalpodautoscaler-api

Removal of the v2beta2 HorizontalPodAutoscaler API
The autoscaling/v2beta2 API version of HorizontalPodAutoscaler will no longer be served in v1.26. Users should migrate manifests and API clients to use the autoscaling/v2 API version, available since v1.23.

@dantech2000 dantech2000 requested a review from a team December 14, 2023 01:33
@dantech2000 dantech2000 self-assigned this Dec 14, 2023
@dantech2000 dantech2000 added the enhancement New feature or request label Dec 14, 2023
@dantech2000 dantech2000 merged commit b0df85d into main Dec 14, 2023
1 check passed
@dantech2000 dantech2000 deleted the DEVOPS-7129 branch December 14, 2023 01:42
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

Successfully merging this pull request may close these issues.

1 participant