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 couldn't access the query UI through web browser. I notice two things that may explain why it doesn't work.
[1] The jaeger container command argument misses --query.base-path=/jaeger.
Hi @yanqi27. Thanks for reporting. Would you like to send a pull request?
yanqi27
changed the title
[Bug]: jaeger-operator v1.57.0 query.base-path is broken when strategy is production
[Bug]: jaeger-operator v1.57.0 query.base-path is broken when strategy is production and storage.type is memory
Jun 3, 2024
@iblancasa
This happens only for storage.type==memory from my test. Therefore, it might be a minor issue. Though I am interested in fixing it, I am not familiar with the repo and I am currently tied with other works.
I am experiencing the same problem even with the default strategy (all-in-one), query base path is not being set therefore the UI is not working since it is trying to pull the static files from the wrong path.
What happened?
I tried to deploy a jaeger instance with strategy=production and custom query.base-path.
I couldn't access the query UI through web browser. I notice two things that may explain why it doesn't work.
[1] The jaeger container command argument misses
--query.base-path=/jaeger
.[2] The ingress doesn't have the expected rules for
path=/jaeger
.Steps to reproduce
Expected behavior
The command argument includes
--query.base-path=/jaeger
Relevant log output
No response
Screenshot
No response
Additional context
No response
Jaeger backend version
No response
SDK
No response
Pipeline
No response
Stogage backend
No response
Operating system
No response
Deployment model
No response
Deployment configs
No response
The text was updated successfully, but these errors were encountered: