-
Notifications
You must be signed in to change notification settings - Fork 544
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
mixin : fix autoscaling panels #10473
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: AvivGuiser <[email protected]>
Signed-off-by: AvivGuiser <[email protected]>
Signed-off-by: AvivGuiser <[email protected]>
Signed-off-by: AvivGuiser <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately this may work with Helm installation, but not Mimir installed via jsonnet, because the latter doesn't have the mimir-
part in the HPA resource names (e.g. it's keda-hpa-distributor
and not keda-hpa-mimir-distributor
). What we can do is to make the mimir-
part optional in the regex, e.g. keda-hpa-(mimir-)?(.*)
.
Signed-off-by: AvivGuiser <[email protected]>
@pracucci i modified the PR according to what you said, is it ok ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SGTM, thank you :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the regexp is still broken. See my comment.
Co-authored-by: Marco Pracucci <[email protected]>
@pracucci commited your suggestion, thx! |
Signed-off-by: AvivGuiser <[email protected]>
What this PR does
fix the autoscaling panels in the mixin dash to work with out of the box config
Which issue(s) this PR fixes or relates to
Fixes #9431
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.