Replies: 1 comment
-
The Jaeger Operator will not add sidecars to cronjobs, only to deployments. In fact, sidecars are not well-supported in Kubernetes, as they would keep the pod up as running even when the main container has finished the job. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Okay so i got a CronJob which is using OpenTracing. But where do i put the annotations into the yaml? Nothing worked for me!
I know how it should look like in a Deployment:
If something is unclear let me know! Thanks for any kind of help!
Beta Was this translation helpful? Give feedback.
All reactions