Replies: 1 comment
-
self answer: I found |
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
Uh oh!
There was an error while loading. Please reload this page.
-
We use
spec.template.pod.affinity
option onKafkaConnect
custom resource, to allocate our connect worker pods to specific nodes.But, I noticed that the connect-build pod(auto-launched and owned by
KafkaConnect
itself when additional plugins onspec.build
were detected) was scheduled any nodes without conformingspec.template.pod.affinity
, unlike connect worker pods.I guess it is more consistent, if
spec.template.pod
option is also applied on this build pod.Beta Was this translation helpful? Give feedback.
All reactions