-
Notifications
You must be signed in to change notification settings - Fork 418
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] Label mapping configs do not work when set from Helm values.yaml #3722
Comments
Thanks for the detail. we will take a look. |
I didn't notice this earlier, but you have a / in your label. Does this make sense? |
@jessegoodier thanks for looking into this. As mentionend above, we already tried this:
This did not work either sadly :-/ Also, setting these labels with the |
Edit- I believe I found the issue. Will send an update when I have more detail. |
Plase see edit above, I think we have a repro. |
Any update on this? @jessegoodier |
Yes, this is certainly a bug when using aggregator as a statefulset. I can give you a workaround now if it is urgent. |
I would appreciate a workaround, even if it's not very urgent. |
I'm not sure I understand the #3264 relation. if you look at: and edit that to your needs, you can then upload it with a hack like: |
Thanks for the workaround and great that a patch is on the way already. |
Kubecost Helm Chart Version
v2.4.1
Kubernetes Version
v1.30.4
Kubernetes Platform
EKS
Description
Defining and enabling
kubecostProductConfigs.labelMappingConfigs
does not work.It seems, that the generated configmap (
app-configs
) contain the correct information, but those are not reflected in the kubecost UI. The UI still shows the default values for all the label mappings.We tried both our label format as well as the same label with all special characters replaced by
_
as reflected in the Prometheus metrics.Trying the missing setting from #3264 did not work either.
Steps to reproduce
kubecostProductConfigs.labelMappingConfigs
toExpected behavior
I would expect the labels defined in
kubecostProductConfigs.labelMappingConfigs
to be set in the UI.Impact
Not too big, since we can set these in the UI manually.
Screenshots
No response
Logs
No response
Slack discussion
No response
Troubleshooting
The text was updated successfully, but these errors were encountered: