Error installing Airbyte on EC2 Instance with Docker Desktop on Ubuntu 22.04.3 LTS

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

Hi Alex - I have changed my AWS EC2 instance from Ubuntu to Linux and followed the steps under “Using an EC2 Instance with abctl” section in https://docs.airbyte.com/using-airbyte/getting-started/oss-quickstart?_gl=1*9thxsi*_gcl_au*NDQ3NzA5MjM0LjE3MjcxMDg3NDY.#using-an-ec2-instance-with-abctl|https://docs.airbyte.com/using-airbyte/getting-started/oss-quickstart?_gl=1*9thxsi*_gcl_au*NDQ3NzA5MjM0LjE3MjcxMDg3NDY.#using-an-ec2[…]ce-with-abctl. But, still getting the similar error message, given below. I have also executed the command you have provided. Please suggest on a possible resolution.

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