-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kube State Metrics unable to find v2beta2.HorizontalPodAutoscaler #2517
Comments
This issue is currently awaiting triage. If kube-state-metrics contributors determine this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Hey @MattCosturos just a (very late) note -- this is solved in v |
Thanks! |
What happened:
Kube State Metrics logs an error every second about not being able to find v2beta2.HorizontalPodAutoscaler.
What you expected to happen:
I expect Kube State Metrics to not try and list a depreciated api version.
We are currently not even using any HPA
How to reproduce it (as minimally and precisely as possible):
Not really feasible to repo but this is how we got here.
Have kube running in azure with a version before 1.27.
Add HPA annotation to a pod.
later on remove HPA annotation from pods since we didn't really need it.
Update to version 1.27.9
Anything else we need to know?:
Environment:
kube-state-metrics version:
docker.io/bitnami/kube-state-metrics:2.5.0-debian-11-r3
Kubernetes version (use
kubectl version
):The text was updated successfully, but these errors were encountered: