-
Notifications
You must be signed in to change notification settings - Fork 345
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
[Bug]: Operator showing error with injection sidecar #2105
Comments
Seems your deployment needs an injection. But can not find a Jaeger instance in the same namespace. In that case your sidecar doesnt know where it should send the collected data. Have a look here: |
hi @frzifus thanks for your response |
Hi @minh-oolio, from my understanding you need to define WATCH_NAMESPACES in your kind: Deployment
metadata:
name: myapp
annotations:
"sidecar.jaegertracing.io/inject": "<INSTANCE_NAME>" On the operator side, your jaeger instance should then be found here. |
hi @frzifus thanks a lot for your suggestion
with this annotaion
and here is a log of jageragent injected to gateway pod
|
What happened?
hello team,
I implemented sidecar injected on deployment as this document https://github.com/jaegertracing/jaeger-operator/blob/main/examples/business-application-injected-sidecar.yaml
and found error message from jaeger operator
Steps to reproduce
no suitable Jaeger instances found to inject a sidecar
here is services of jaeger was deployed
Expected behavior
Able to tracing appliacation api.
something like this picture
Relevant log output
Screenshot
No response
Additional context
No response
Jaeger backend version
v1.37.0
SDK
No response
Pipeline
No response
Stogage backend
No response
Operating system
No response
Deployment model
kubernetes (EKS)
Deployment configs
No response
The text was updated successfully, but these errors were encountered: