Cannot use Airbyte on Kubernetes due to OOM when setting up connector #48816
Labels
area/platform
issues related to the platform
autoteam
community
needs-triage
team/compose
team/platform-move
type/bug
Something isn't working
Helm Chart Version
1.2.0
What step the error happened?
During the Sync
Relevant information
Hi, I deployed Airbyte on K8 with default values.yaml. Deployment works and I can login. When I try to add a postgres or a databricks destination the step of checking if everything works fails. The problem is that the resources are not respected from the values.yml:
From what I understood the values of jobs.resources are passed into the vars JOB_MAIN_CONTAINER_MEMORY_REQUEST etc. But these are being ignored by airbyte when it spawns the pods.
Relevant log output
kubectl describe pod gives me: State: Terminated Reason: OOMKilled Exit Code: 137 Started: Thu, 05 Dec 2024 08:19:47 +0100 Finished: Thu, 05 Dec 2024 08:19:50 +0100 Ready: False Restart Count: 0 Limits: cpu: 1100m memory: 256Mi Requests: cpu: 10m memory: 1Mi Environment: AIRBYTE_VERSION: 1.2.0 AIRBYTE_ROLE: DEPLOYMENT_MODE: OSS USE_RUNTIME_SECRET_PERSISTENCE: false OPERATION_TYPE: check WORKLOAD_ID: 072d5540-f236-4294-ba7c-ade8fd918496_e1032a7c-f92d-4460-86a3-164bff86258f_0_check Mounts: /config from airbyte-config (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-tj4gr (ro)
The text was updated successfully, but these errors were encountered: