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
Thanks for raising this. Actually, the instance is set to k8s-monitoring because it's all a part of the same "Application" as the whole of the K8s monitoring Helm chart. It's set natively by Helm itself: https://helm.sh/docs/chart_best_practices/labels/
The
app.kubernetes.io/instance
label needs to be unique for each pod. See: https://kubernetes.io/docs/reference/labels-annotations-taints/#app-kubernetes-io-instanceSee:
We're setting it to a static value.
Other systems expect this value to be unique, like open-telemetry/opentelemetry-operator#3204
The text was updated successfully, but these errors were encountered: