anyone have success in running airbyte on kubernet...
# kubernetes
g
anyone have success in running airbyte on kubernetes with container orchestration enabled? getting
Copy code
java.lang.RuntimeException: io.temporal.serviceclient.CheckedExceptionWrapper: java.util.concurrent.ExecutionException: java.lang.RuntimeException: io.airbyte.workers.exception.WorkerException: Running the launcher replication-orchestrator failed
without container orchestration enabled syncs work but resetting a connection results in the destination not having resources specified, despite the fact that I specified resources in every place I could
I got this working. This broke because I named the service account
airbyte
instead of
airbyte-admin
which is hard-coded here
still have the issue that the connection reset pod does not have resource requirements
m
@Guy Feldman Thank you for pointing out the hard coded service account name
airbyte-admin
I have wasted weeks debugging this problem.