Replies: 1 comment
-
You should be able to set it int he |
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.
-
Is there a way to set node affinity on KafkaConnect build pods?
I ran into an issue where the build pod ran on
arm64
but I have node affinity set on the connect cluster itself foramd64
. Is there a way to guarantee the build pod runs on the same arch as the connect pods?Also, is there a way to initiate a manual build? If this is something I can't guarantee I want to at least be able to rebuild the pod until it builds on
amd64
.I get this on the pod when it tries to start:
Beta Was this translation helpful? Give feedback.
All reactions