You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot change the cluster name, which is currently set to cluster-one. Despite adding the clusterName argument to the values.yaml, it was added as a second cluster instead. I tried deleting it, but the message 'You found an enterprise feature!' still appears on the interface, preventing me from using the Kubecost UI
Steps to reproduce
clusterName argument is added to values.yaml to change cluster name.
Expected behavior
if i remove the clusterName from values.yaml, i would expect that 'You found an enterprise feature! message is disappeared.
Impact
No response
Screenshots
No response
Logs
No response
Slack discussion
No response
Troubleshooting
I have read and followed the issue guidelines and this is a bug impacting only the Helm chart.
I have searched other issues in this repository and mine is not recorded.
The text was updated successfully, but these errors were encountered:
I faced the same issue. To resolve it, try re-installing it with cluster name at both prometheus.server.global.external_labels.cluster_id and kubecostProductConfigs.clusterName in values.yaml
Chances are that prometheus has got 2 different names stored for the cluster - cluster-one (default by kubecost) and the one you provided. This detects unified multi clusters and hence prompts as an enterprise feature.
Do a restart for prometheus pod kubectl rollout restart deployment <prometheus-deployment-name> -n <prometheus-namespace>
and still if it does not then re-install the chart.
Kubecost Helm Chart Version
2.4.3
Kubernetes Version
v1.30.5-gke.1443001
Kubernetes Platform
GKE
Description
I cannot change the cluster name, which is currently set to cluster-one. Despite adding the clusterName argument to the values.yaml, it was added as a second cluster instead. I tried deleting it, but the message 'You found an enterprise feature!' still appears on the interface, preventing me from using the Kubecost UI
Steps to reproduce
Expected behavior
if i remove the clusterName from values.yaml, i would expect that 'You found an enterprise feature! message is disappeared.
Impact
No response
Screenshots
No response
Logs
No response
Slack discussion
No response
Troubleshooting
The text was updated successfully, but these errors were encountered: