HorizontalPodAutoscaler API version autoscaling/v2beta2
is removed in k8s v1.26
#2625
Labels
enhancement
New feature or request
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 ofHorizontalPodAutoscaler
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
toautoscaling/v2
, we will effectively make it impossible to install the chart in version v1.22 and earlier.The text was updated successfully, but these errors were encountered: