Summary
Error encountered while trying to install Airbyte on an EC2 Instance with Docker Desktop on Ubuntu 22.04.3 LTS. Seeking solutions or suggestions.
Question
Hello Team - I am getting the below error, when I am trying to install Airbyte in EC2 Instance (Ubuntu 22.04.3 LTS) having latest “Docker Desktop” installed. I am sure this must have already been discussed in this thread, any available solution (or) suggestion will be appreciated.
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.
Join the conversation on Slack
["error", "installing", "airbyte", "ec2-instance", "docker-desktop", "ubuntu-22.04.3-lts"]
What does this command output?
docker exec -it airbyte-abctl-control-plane kubectl -n airbyte-abctl get pods
Current Error in Linux machine:
Output from the command you provided:
What about
docker exec -it airbyte-abctl-control-plane kubectl -n airbyte-abctl logs airbyte-abctl-airbyte-bootloader
And which version of abctl are you running?
abctl version
Below is the error snip for the first command “docker exec -it airbyte-abctl-control-plane kubectl -n airbyte-abctl logs airbyte-abctl-airbyte-bootloader”
When running with --low-resource-mode getting the below error, what database it is trying to connect?
What about
docker exec -it airbyte-abctl-control-plane kubectl -n airbyte-abctl logs airbyte-db-0
> what database it is trying to connect?
It’s trying to connect to a postgres database that powers Airbyte. That is deployed in the docker container started by abctl
The below is the output for “docker exec -it airbyte-abctl-control-plane kubectl -n airbyte-abctl logs airbyte-db-0”
Just to let you know, now I am getting a different error, as below:
Hi <@U07FH2Y34A1> - Can you check and guide on my latest info?
Seems like the bootloader can’t connect to the database. I couldn’t get enough information from the screenshots you provided. Could you install https://kind.sigs.k8s.io/|kind and run kind export logs
and tarball/zip that directory and upload it?
Alternatively, have you tried running abctl local install
again? Maybe you could run abctl local install --verbose
and send me the full output