jaegertracing / helm-charts

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

[Bug]: no matches for kind "HorizontalPodAutoscaler" in version "autoscaling/v2beta1" #445

Closed luizjr closed 1 year ago

luizjr commented 1 year ago

What happened?

Error: UPGRADE FAILED: current release manifest contains removed kubernetes api(s) for this kubernetes version and it is therefore unable to build the kubernetes objects for performing the diff. error from kubernetes: unable to recognize "": no matches for kind "HorizontalPodAutoscaler" in version "autoscaling/v2beta1"

https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/

My kubernetes version is 1.25.4

autoscaling v1, v2, v2beta2

Steps to reproduce

helm upgrade --install jaeger -n jaeger jaegertracing/jaeger

Expected behavior

Helm updated

Relevant log output

No response

Screenshot

No response

Additional context

No response

Jaeger backend version

v1.37.0

SDK

No response

Pipeline

No response

Stogage backend

Elasticsearch

Operating system

Linux

Deployment model

Kubernetes

Deployment configs

helm upgrade --install jaeger -n jaeger jaegertracing/jaeger
mehta-ankit commented 1 year ago

@luizjr what is the chart version that you are using ?? I thought this was fixed in https://github.com/jaegertracing/helm-charts/pull/439

luizjr commented 1 year ago

@luizjr what is the chart version that you are using ?? I thought this was fixed in #439

I saw that it was, but I couldn't update, I had to reinstall!

But it's still not going up the collectors... image

luizjr commented 1 year ago

The key for Oauth2 was missing I put it and it worked, but I only managed to reinstall from scratch. Update didn't work