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 installed jaeger-operator (1.17.1) using the helm chart jaegertracing/jaeger-operator. I see 2 strange things:
jaeger-operator logs this error: "could not create ServiceMonitor object" error="servicemonitors.monitoring.coreos.com "jaeger-jaeger-operator-metrics" already exists"
The Service jaeger-jaeger-operator-metrics does not select any pods (so it does not have any endpoints). This makes sense because the selector is name: jaeger-jaeger-operator, while this label does not exist on the jaeger-jaeger-operator deployment. Looks like a bug and the service selector should be app.kubernetes.io/name: jaeger-operator.
I installed jaeger-operator (1.17.1) using the helm chart
jaegertracing/jaeger-operator
. I see 2 strange things:jaeger-operator
logs this error: "could not create ServiceMonitor object" error="servicemonitors.monitoring.coreos.com "jaeger-jaeger-operator-metrics" already exists"jaeger-jaeger-operator-metrics
does not select any pods (so it does not have any endpoints). This makes sense because the selector isname: jaeger-jaeger-operator
, while this label does not exist on thejaeger-jaeger-operator
deployment. Looks like a bug and the service selector should beapp.kubernetes.io/name: jaeger-operator
.Service YAML:
Deployment YAML:
Running on GKE Kubernetes version 1.16.8-gke.15.
The text was updated successfully, but these errors were encountered: