-
Notifications
You must be signed in to change notification settings - Fork 344
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
DaemonSet test failing #118
Comments
Strange - that commit is mainly doc/changelog changes - except the jaeger version moves from 1.7 to 1.8. I assume the e2e tests would pick up the version from that |
is e2e using agent? |
Not quite sure I understand the question. There's an e2e test with the agent as DaemonSet (the one that is failing), but there's also a test with the agent as side-car. |
I'm noticing the same thing happening when trying to run the agent as a
The logs I get from this Pod are:
Seems like it connects to the collector and then 'stops'. The readiness probe is the thing that is stopping the agent becoming available,
|
Follow up: Not sure if that really helps with this problem, but I thought I'd mention it, as it helps me, and maybe others. |
This is a nice detective work, @dlmiddlecote! @pavolloffay: did you end up releasing 1.8.1 with the fix from jaegertracing/jaeger#1178 |
For the record, the image for 1.8 is still the same as 1.8.0. I expect the 1.8 tag to point to 1.8.1 once that's released. |
Not yet I am waiting for jaegertracing/jaeger-ui#263 |
Alright, I'll remove the readiness check then, as it might take a couple of days for that to get merged. |
@jpkrohling is there anything else you can use as a Readiness probe/Liveness probe? |
The agent is pretty much the only component without the health check handler. The metrics endpoint is the only one we can call without a And for the all-in-one, note how we create the This would be a nice feature request, I believe. Would you mind opening an issue on the main repo (jaegertracing/jaeger)? |
Thanks for the explanation! I can open the issue, to add a healthcheck to the agent. What are the next steps for this? Removing the readiness probe and releasing a new version of the operator chart? |
Did you mean this repo here? If so, I can certainly release a patch version this afternoon. |
Yes, sorry, this repo, got muddled with my repos! Thanks 👍 |
@dlmiddlecote The Jaeger Operator 1.8.1 is out. Let me know if it looks alright to you. |
@jpkrohling Looks good, thanks for the speedy turn-around. |
@jpkrohling I think you can close this. It currently runs on Kubernetes, and remaining issues on OpenShift are being tracked by #178 |
Currently, the
DaemonSet
e2e test is failing:According to
git bisect
:The text was updated successfully, but these errors were encountered: