jaegertracing / helm-charts

Helm Charts for Jaeger backend
Apache License 2.0
265 stars 340 forks source link

[Bug]: Jaeger cant be deployed with autoscaling in kubernetes 1.25 #429

Closed razorsk8jz closed 1 year ago

razorsk8jz commented 1 year ago

What happened?

on a version of Kubernetes 1.25+ when trying to deploy Jaeger with autoscaling enabled you run into the error

Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "HorizontalPodAutoscaler" in version "autoscaling/v2beta1"

based on https://kops.sigs.k8s.io/horizontal_pod_autoscaling/ it appears that the hpa needs updated to autoscaling/v2beta2 or atleast support to be able to change the autoscaling api version

Steps to reproduce

  1. Have a version of kubernetes on verion 1.25+
  2. Attempt to deploy jaeger with autoscaling enabled

Expected behavior

Should deploy correctly with autoscaling enabled

Relevant log output

No response

Screenshot

No response

Additional context

No response

Jaeger backend version

0.64.0

SDK

No response

Pipeline

No response

Stogage backend

No response

Operating system

No response

Deployment model

No response

Deployment configs

No response

DrFaust92 commented 1 year ago

https://github.com/jaegertracing/helm-charts/pull/439 this should fix it