-
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
nginx ingress controller can not startup when enable the opentracing #3268
Comments
the issue seems only exist when the |
Please check the FQDN of the opentracing server is valid. If you are using a service don't use just the name |
@aledbf, the service name can be solved, as I append above, I think the root cause was the |
This is because NGINX resolves dns only at the start. There's no much we can do about this. |
but this should not block the nginx ingress controller startup. and I try to use zikpin host for as the opentracing collect host and did not found the same issue even if the zikpin host can not resolved. |
How? This error is produced when we run |
when nginx ingress controller restarted. |
Again, If the NGINX check fails there is nothing we can do. If you kill the pod and the host is not valid, NGINX will not start (reload in this case) |
Hi @hchenxa how you recovered the jaeger service name ? |
Is this a request for help? (If yes, you should use our troubleshooting guide and community support channels, see https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/.):
What keywords did you search in NGINX Ingress controller issues before filing this one? (If you have found any duplicates, you should instead reply there.):
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
NGINX Ingress controller version:
0.19.0
Kubernetes version (use
kubectl version
):v1.11.1
Environment:
uname -a
):What happened:
refer the logs below:
the nginx ingress controller can not startup when opentracing enabled.
What you expected to happen:
the ingress should be startup
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know:
The text was updated successfully, but these errors were encountered: