Replies: 1 comment 1 reply
-
The suggested way is to use affinity/tolerations instead. Is there a reason to use node selectors instead? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using jaeger operator v1.22.0 to create jaeger instance.
I want to set
NodeSelector
for modules likecollector
,query
andagent
.But I haven't found out the place after reading these two links:
https://www.jaegertracing.io/docs/1.22/operator/#updating-a-jaeger-instance-experimental
https://github.com/jaegertracing/jaeger-operator/blob/v1.22.0/pkg/apis/jaegertracing/v1/jaeger_types.go#L129
Please help to provide some examples.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions