Open john-motif opened 1 year ago
Unfortunately no, I never found a solution, however my issue did not occur spontaneously but rather while attempting to modify the helm configuration.
On Sat, Apr 20, 2024 at 8:57 AM Praer (Suthira Owlarn) < @.***> wrote:
Hi @john-motif https://github.com/john-motif, thank you for submitting this issue. Did you find a solution in the end? I'm seeing similar errors running in EKS/kubernetes (chart version 0.63.18). It seemed like all of our syncs stopped working without any reason..
— Reply to this email directly, view it on GitHub https://github.com/airbytehq/airbyte/issues/32267#issuecomment-2067714861, or unsubscribe https://github.com/notifications/unsubscribe-auth/A5WZRHAX6J37ZSODPWSN3TLY6KF5VAVCNFSM6AAAAAA7BXC4L2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRXG4YTIOBWGE . You are receiving this because you were mentioned.Message ID: @.***>
-- John
At Airbyte, we seek to be clear about the project priorities and roadmap. This issue has not had any activity for 180 days, suggesting that it's not as critical as others. It's possible it has already been fixed. It is being marked as stale and will be closed in 20 days if there is no activity. To keep it open, please comment to let us know why it is important to you and if it is still reproducible on recent versions of Airbyte.
What method are you using to run Airbyte?
Docker
Platform Version or Helm Chart Version
0.50.33
What step the error happened?
None
Revelant information
I've been attempting to connect to an external Supabase DB locally before rolling on a docker kubernetes cluster out this deployment to production (per these instructions and these).
It seems that when airbyte-temporal attempts to startup, it fails to correctly create the desired namespace:
Subsequently, Airbyte's other components will start and I can access the UI, but any attempt to create sources/destinations causes context-deadline exceeded errors in airbyte-temporal. I suspect it's not initialized properly/is hanging indefinitely.
Any recommendations on related fixes or further investigation would be hugely appreciated!
my values.yaml:
Relevant log output