Summary
After upgrading to V1.0.0 on EKS with helm charts, noticed that replication jobs are using more capacity due to 3 containers in the same pod. Resource requests are not updating in the pod despite changing values for
JOB_MAIN_CONTAINER_MEMORY_REQUEST
andJOB_MAIN_CONTAINER_CPU_REQUEST
.
Question
Hi all,
I’m using an OSS instance deployed on EKS with helm charts.
after the upgrade to V1.0.0 i’ve noticed that the replication jobs are using more capacity (memory and cpu) because there are now 3 containers (replication/source/destination) in the same pod, but when trying to change the resource requests, while the 2 env vars are updated correctly: JOB_MAIN_CONTAINER_MEMORY_REQUEST
and JOB_MAIN_CONTAINER_CPU_REQUEST
but the actual requests in the pod itself aren’t changing
those are my values:
edition: community
jobs:
resources:
limits:
cpu: 1
memory: 3Gi
requests:
cpu: 500m
memory: 2Gi```
<br>
---
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1727353179181999) if you want
to access the original thread.
[Join the conversation on Slack](https://slack.airbyte.com)
<sub>
["eks", "helm-charts", "airbyte-pod", "resource-requests", "replication-jobs"]
</sub>