mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 11:21:03 +03:00
Kubernetes deprecated API (autoscaling/v2beta1) in Helm chart #458
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pbackz on GitHub (Apr 3, 2024).
Update spec of HorizontalPodAutoscaler from autoscaling/v2beta1 to autoscaling/v2
Current spec
Identified Issues
As highlighted in the deprecation guide, the autoscaling/v2beta1 API version has been deprecated since the Kubernetes 1.26 major release:
This Kubernetes version was officially deprecated on February 28, 2024, and the current major version of Kubernetes is now 1.32.
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.
@pbackz commented on GitHub (Apr 3, 2024):
PR https://github.com/plankanban/planka/pull/666