Summary
Installing Airbyte on arm64-linux using abctl, seeking troubleshooting or fixes for the second installation attempt.
Question
Hello,
im installing it on arm64 - linux self manage using abctl
this is second attempt to install.
any troubleshooting or fix here?
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
["installation", "arm64-linux", "abctl", "troubleshooting", "fix"]
running on aws instance t4g type.
how many cpus and memory does the instance have? If you are around 2 vCPU and 4 gb of ram you can use the --low-resource-mode flag when doing the abctl local install --low-resource-mode
hmm I tried the single node - t4g.2xlarge its 8vCPus and 32GB of ram - so should be not issue.
yeah that should be plenty
Do you have kubectl
installed by chance?
yup! I already installed it too.
the problem is that, when abctl local install - its getting timeout. i don’t know why. on the x86 instance, its working.
hum interesting. Is it possible to use the x86 instance for some time while I attempt to reproduce this? I have not spent a ton of time using Arm64 EC2 instances, but hopefully I can repro quickly and get a fix out.
yeah sure im still testing it. thank you.
What command did you run to install abctl
?
Hello <@U01MMSDJGC9> base on the docs should use the arm64 https://docs.airbyte.com/using-airbyte/getting-started/oss-quickstart#1-install-abctl
here’s the steps that I did
tar -xzf abctl-v0.12.0-linux-arm64.tar.gz
cd abctl-v0.12.0-linux-arm64
sudo mv abctl /usr/local/bin/abctl
sudo chmod +x /usr/local/bin/abctl
abctl version```
and then you ran abctl local install
?
Are you running on a VM or your local machine?