Issue with abctl self-manage setup on Amazon Linux 2

Summary

Error message displayed on web page after trying quick setup on Amazon Linux 2 using abctl self-manage.


Question

Hello,
trying the quicksetup on amazon linux 2 using abctl self-manage

and I got this on my web: <http://I|http://><INSTANCE_PUBLIC_IP>:8000

someone help?



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

["abctl-self-manage", "amazon-linux-2", "quicksetup", "error"]

I’m experiencing this issue as well, only I’m attempting to deploy on an Azure instance.

I’ve found several recommendations similar to the below, however this hasn’t worked for me.

abctl has --host option --host string ingress http host (default "localhost")

abctl local install --host airbyte.local
then to /etc/hosts
you need to add x.x.x.x airbyte.local where x.x.x.x is IP of your EC2 instance (public or private accessible via VPN if you have that kind of setup) and incoming traffic to port 8000 is allowed
Were you ever able to find a fix for this?

hello <@U06G5665NUB> oww thanks for this will give it a try.
my solution on this is in documentation by changing the host name using kubectt

kubectl edit ingress -n airbyte-abctl --kubeconfig ~/.airbyte/abctl/abctl.kubeconfig

will check again the docs if there’s an update.