Hello everyone :slightly_smiling_face: Currently I...
# troubleshooting
f
Hello everyone 🙂 Currently I'm trying to run airbyte inside GKE but I'm running into issues. Hopefully someone can help me out. I try running with GCS and external db but
webapp
and
server
deployments stay in invalid state. Inside the
server
logs I see that the pod crashes after following messages:
Copy code
2022-03-17 16:42:12.889 CET2022-03-17 15:42:12 [32mINFO[m i.t.s.WorkflowServiceStubsImpl(<init>):188 - Created GRPC client for channel: ManagedChannelOrphanWrapper{delegate=ManagedChannelImpl{logId=9, target=airbyte-temporal:7233}}
2022-03-17 16:42:10.880 CET2022-03-17 15:42:10 [33mWARN[m i.a.w.t.TemporalUtils(getTemporalClientWhenConnected):185 - Waiting for default namespace to be initialized in temporal...
o
loading...
loading...
m
If you try to run with the native db, your deployment works? Are yo using helm or kustomize?
f
Never thought that this is db related. I will try that this morning. I'm using helm.
Okay, solved! The problem was that I had defined resource limits. By removing the limits everything runs as expected 🚀