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

Autoscaling panels from mixin dashboards not working with helm chart deployment #9431

Open
PabloPie opened this issue Sep 26, 2024 · 0 comments
Labels
bug Something isn't working helm mixin

Comments

@PabloPie
Copy link

PabloPie commented Sep 26, 2024

Describe the bug

The autoscaling panels in the mixin dashboards deployed with the Helm chart do not work with an out of the box configuration.

Image

The problem seems to be with the value used for the horizontalpodautoscaler label.

Image

The panel expects a value of keda-hpa-<component> but the scaledobjects deployed are prefixed with mimir, making the name of the hpa keda-hpa-mimir-<component>.

Image

To Reproduce

Steps to reproduce the behavior:

  1. Deploy Mimir with the distributed helm chart and enable the mixin dashboards.

Expected behavior

Mixin dashboards should work with the default naming.

Environment

  • Infrastructure: Kubernetes
  • Deployment tool: Helm

Additional Context

@56quarters 56quarters added bug Something isn't working helm mixin labels Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working helm mixin
Projects
None yet
Development

No branches or pull requests

2 participants