We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
opentelemetry-helm-charts/charts/opentelemetry-collector/templates/hpa.yaml
Line 12 in 694104b
Which renders to:
kind: Statefulset
When I manually change it to:
kind: StatefulSet
everything works fine.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The autoscaling of StatefulSets introduced in #1011 is not working.
Warning in HPA events:
Probably caused by the capitalization from:
opentelemetry-helm-charts/charts/opentelemetry-collector/templates/hpa.yaml
Line 12 in 694104b
Which renders to:
When I manually change it to:
everything works fine.
The text was updated successfully, but these errors were encountered: