I have a mix of x86 and ARM (Graviton2) nodes in m...
# kubernetes
e
I have a mix of x86 and ARM (Graviton2) nodes in my k8's cluster. It doesn’t look like
source-s3-check-*
is picking up my `worker.nodeSelector`and is getting scheduled on an ARM node and crashing. Is there somewhere else that I should be configuring the
nodeSelector
for these pods? (I’m using the helm chart to deploy airbyte)
Looks like it is the “relay-stderr” and “relay-stdout” containers specifically. (alpine/socat:1.7.4.1-r1). According to dockerhub,
1.7.4.3-r0
has ARM support.