Skip to content
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

[opentelemetry-collector] HPA not finding StatefulSet #1024

Closed
lindeskar opened this issue Feb 1, 2024 · 0 comments · Fixed by #1025
Closed

[opentelemetry-collector] HPA not finding StatefulSet #1024

lindeskar opened this issue Feb 1, 2024 · 0 comments · Fixed by #1025
Labels
bug Something isn't working chart:collector Issue related to opentelemetry-collector helm chart

Comments

@lindeskar
Copy link
Contributor

The autoscaling of StatefulSets introduced in #1011 is not working.

Warning in HPA events:

the HPA controller was unable to get the target''s current scale:
no matches for kind "Statefulset" in group "apps"

Probably caused by the capitalization from:

Which renders to:

kind: Statefulset

When I manually change it to:

kind: StatefulSet

everything works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chart:collector Issue related to opentelemetry-collector helm chart
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants