Kubernetes deprecated API (autoscaling/v2beta1) in Helm chart #458

Closed
opened 2026-02-04 19:41:36 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @pbackz on GitHub (Apr 3, 2024).

Update spec of HorizontalPodAutoscaler from autoscaling/v2beta1 to autoscaling/v2

Current spec

image

Identified Issues

As highlighted in the deprecation guide, the autoscaling/v2beta1 API version has been deprecated since the Kubernetes 1.26 major release:

image

This Kubernetes version was officially deprecated on February 28, 2024, and the current major version of Kubernetes is now 1.32.

image

Given these updates, it's clear that the use of autoscaling/v2beta1 for the HorizontalPodAutoscaler is outdated and needs to be upgraded to autoscaling/v2 to align with the current and supported Kubernetes APIs.

Originally created by @pbackz on GitHub (Apr 3, 2024). # Update spec of HorizontalPodAutoscaler from autoscaling/v2beta1 to autoscaling/v2 ## Current spec ![image](https://github.com/plankanban/planka/assets/46724833/005ce414-1204-44d4-ab17-ca1373137869) ## Identified Issues As highlighted in the deprecation guide, the autoscaling/v2beta1 API version has been deprecated since the Kubernetes 1.26 major release: ![image](https://github.com/plankanban/planka/assets/46724833/e2c83408-7860-407d-a99e-3fb627ebc178) This Kubernetes version was officially deprecated on February 28, 2024, and the current major version of Kubernetes is now 1.32. ![image](https://github.com/plankanban/planka/assets/46724833/7860ea21-2091-4f36-b5af-65a1d0d3a772) Given these updates, it's clear that the use of autoscaling/v2beta1 for the HorizontalPodAutoscaler is outdated and needs to be upgraded to autoscaling/v2 to align with the current and supported Kubernetes APIs.
Author
Owner

@pbackz commented on GitHub (Apr 3, 2024):

PR https://github.com/plankanban/planka/pull/666

@pbackz commented on GitHub (Apr 3, 2024): PR https://github.com/plankanban/planka/pull/666
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#458