kube_ingress_tls
produces duplicate metrics for duplicate Ingress hosts
#2550
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
What happened:
For an Ingress with the following spec:
kube-state-metrics
produces duplicatekube_ingress_tls
metrics resulting inError on ingesting samples with different value but same timestamp
errors when Prometheus scrapes these metrics.What you expected to happen:
Only a single metric is produced and kube-state-metrics de-duplicates on the
tls_host
label.How to reproduce it (as minimally and precisely as possible):
See above.
Anything else we need to know?:
N/A
Environment:
kubectl version
): v1.28.13The text was updated successfully, but these errors were encountered: