Issue with orchestrator-repl-job pods not being allocated in a node

Summary

After migrating to Airbyte 0.64.1, orchestrator-repl-job pods are not being allocated to a node in Kubernetes. Tolerations set in the worker and job sections of the Helm chart values are not being propagated to the pod.


Question

Hi, just migrated to airbyte 0.64.1, but when running a job the orchestrator-repl-job-* pods are not able to be allocated in a node. We use k8s tolerations that are not being propagated to this pod it seems, even though we have set them in the worker and job sections on helm chart values. Does any one know what this could be?



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["airbyte", "migration", "orchestrator-repl-job", "kubernetes", "tolerations", "helm-chart"]

looks like tolerations section is ignored and not propagated to orchestrator-repl-job pods

we have same problem