Tomasz Wija
09/24/2024, 10:14 AMuser
09/24/2024, 10:14 AMvalues.yaml
file were picked up after moving their deployment to another node pool ([source](https://github.com/airbytehq/airbyte/issues/35749)). However, it's also worth noting that there have been reports of sync jobs not respecting the resource requirements set in the actor_definition
table in the database ([source](https://github.com/airbytehq/airbyte/issues/38178)), and of sidecar containers in sync pods not having resources properly defined for Kubernetes clusters with resource quotas ([source](https://github.com/airbytehq/airbyte/issues/10589)). If you're still encountering this issue, you might want to consider adjusting the CPU and memory requests and limits for your Airbyte job containers, or exploring other ways to manage resource allocation in your Kubernetes cluster. If the issue persists, it would be a good idea to raise it in the Airbyte GitHub repository or discuss it with the Airbyte community on their forum.Lucas Segers
09/24/2024, 12:02 PM