kubecost / cost-analyzer-helm-chart

Kubecost helm chart
http://kubecost.com/install
Apache License 2.0
488 stars 418 forks source link

[Bug] `Department` not filling up correctly #3577

Open KulykDmytro opened 3 months ago

KulykDmytro commented 3 months ago

Kubecost Helm Chart Version

2.3.4

Kubernetes Version

1.30

Kubernetes Platform

EKS

Description

Have kubecostProductConfigs.labelMappingConfigs set

      labelMappingConfigs:
        enabled: true
        owner_label: owner
        team_label: team
        department_label: stream
        product_label: product
        environment_label: env

As result have Deparment not split at all in Allocations

Expected behavior

costs need to honor label config and be split by Department

Impact

No response

Screenshots

image image

Logs

No response

Slack discussion

No response

Troubleshooting

AjayTripathy commented 2 months ago

@jessegoodier or @LastJedionEarth can this be reproduced?

jessegoodier commented 1 month ago

@KulykDmytro is this still an issue for you? In my testing, 2.3.x should be fine. Is the label reflected in /settings page in the UI? if not, it may be a helm yaml formatting issue.

Jeinhaus commented 2 weeks ago

Maybe related to my issue here: https://github.com/kubecost/cost-analyzer-helm-chart/issues/3722