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

Bug in Thanos chart v1.8.0 for HPA #563

Closed
prikesh-patel opened this issue Dec 2, 2022 · 0 comments · Fixed by #564
Closed

Bug in Thanos chart v1.8.0 for HPA #563

prikesh-patel opened this issue Dec 2, 2022 · 0 comments · Fixed by #564

Comments

@prikesh-patel
Copy link

prikesh-patel commented Dec 2, 2022

The following error occurs when trying to install Thanos chart v1.8.0

Error: error running dry run for a diff: error validating "": error validating data: [ValidationError(HorizontalPodAutoscaler.spec.metrics[0].resource): unknown field "targetAverageUtilization" in io.k8s.api.autoscaling.v2.ResourceMetricSource, ValidationError(HorizontalPodAutoscaler.spec.metrics[0].resource): missing required field "target" in io.k8s.api.autoscaling.v2.ResourceMetricSource]

The offending line(s) should be changed from targetAverageUtilization to target (reference).

The rest of the HPA configuration looks correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant