-
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] Product
filled with weird values
#3578
Comments
Product
filled with weird values
@LastJedionEarth @jessegoodier do we have a test that can repro this? If not can we get one set up? |
@KulykDmytro kubecostProductConfigs:
labelMappingConfigs:
enabled: true
owner_label: owner
team_label: team
department_label: stream
product_label: product
environment_label: env you can verify the setting is picked up in helmValues: "kubecostProductConfigs": {
"carbonEstimates": true,
"cloudIntegrationSecret": "cloud-integration",
"clusterName": "kubecost-xxx",
"labelMappingConfigs": {
"department_external_label": "cost_info_business_category",
"department_label": "cost_info_business_category",
"enabled": true,
"environment_label": "env",
"owner_external_label": "cost_info_owner",
"owner_label": "cost_info_owner",
"product_external_label": "cost_info_product",
"product_label": "cost_ask_info_product",
"team_external_label": "cost_info_department",
"team_label": "cost_info_department"
},
... |
can you confirm what you have for /model/helmValues? |
Bump on the request for repro here. |
Kubecost Helm Chart Version
2.3.4
Kubernetes Version
1.30
Kubernetes Platform
EKS
Description
Have
kubecostProductConfigs.labelMappingConfigs
setAs result have
Product
inAllocations
split by weird values (presumably withcontroller
)Steps to reproduce
Expected behavior
costs need to honor label config and be split by Product correctly
Impact
No response
Screenshots
Logs
No response
Slack discussion
No response
Troubleshooting
The text was updated successfully, but these errors were encountered: