-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Enabling OpenTracing makes ingress controller unhealthy #3057
Comments
This is not an error. The reason for this message is the scraping of prometheus metrics start before the ingress controller. This is fixed in 0.19 |
thx for the quick reply! Interesting, it only happen when I enable the trace and the pod is never ready. I will update to the |
As a reference, using zipkin config fields worked |
Is this a request for help? Yes I've asked for help in slack channel
What keywords did you search in NGINX Ingress controller issues before filing this one? OpenTracing, Jaeger
BUG REPORT
NGINX Ingress controller version: 0.17.1
Kubernetes version (use
kubectl version
): v1.10.6Environment:
uname -a
): 4.4.0-1065-awsWhat happened:
I am trying to enable opentracing jaeger to my ingress controller, however the controller pod health check fails and it does not work. I am editing the controller configmap and then I delete one pod to test and tee latter health check fails.
configmap
error on the logs
The pod works fine after I disable opentracing, when I check the opentracing.json I see:
What you expected to happen:
At least some error message describe any error about the opentracing config is properly set.
Thank you
The text was updated successfully, but these errors were encountered: