-
Notifications
You must be signed in to change notification settings - Fork 220
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
Fix servicemonitor relabeling #456
Conversation
Looking good, could you update the test values yaml to use service monitor on all the resources with a relabeling (to prevent this in the future)? |
f6d2a4a
to
0bd1bc1
Compare
Sure. Test data updated. Templating is ok, but helm deploy failing on timeout. Is it common? |
No it isn't. Metrics server pod is failing to start, which shouldn't happen. I don't think that it's related with your commit, let me check |
The only idea I have is an invalid regex expression. Had no chance to check it in real deployment. |
I don't think that it's enough to break the metrics server startup as it's something related with Prometheus, not with the metrics server itself. I'll test it locally during the morning |
Thanks Jorge. |
It'd be nice, but we should maintain backward compatibility, so we can't just rename it, we have to maintain both, the old one and the new one (adding a deprecation note on the old one) |
It's because there is a PR merged in core but still not merged here: #432 |
Could you rebase your branch? The pending PR has been merged |
Done |
Signed-off-by: Alexey Kubrinsky <akubrinsky@zetaglobal.com>
0bd1bc1
to
3350a07
Compare
This is the commit that you need: 502980f |
Sorry, did pull from my fork instead of keda repo |
Signed-off-by: Alexey Kubrinsky <akubrinsky@zetaglobal.com>
Jorge, please check last commit. Made relabelling deprecated. Is it good? |
I think so. |
Yes, we should follow https://github.com/kedacore/governance/blob/main/DEPRECATIONS.md#introducing-new-deprecations. I'll do this |
Trying to deploy keda using this values file:
Result is:
Checklist
Fixes #
Helm chart fixed to use right indents.