Issue with installing Airbyte version 1.0 using abctl on Linux

Summary

Unable to complete installation of Airbyte version 1.0 on Linux due to images pull backoff


Question

hello everyone,
I am trying to install version 1.0 with abctl on Linux and every time i get images pull backoff and then installation does not complete .



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

["install", "airbyte", "version-1.0", "abctl", "linux", "images-pull", "installation-error"]

install kind https://kind.sigs.k8s.io/docs/user/quick-start/#installation and check logs

kind export logs --name=airbyte-abctl kind-logs
in kind-logs directory you will find all the logs

the other thing you can check

Install kubectl (https://kubernetes.io/docs/tasks/tools/#kubectl) and kubectx + kubens (https://github.com/ahmetb/kubectx) and k9s (https://k9scli.io/)

then execute commands:

KUBECONFIG=~/.airbyte/abctl/abctl.kubeconfig kubectl config view --flatten > ~/.kube/config
kubectx kind-airbyte-abctl
kubens airbyte-abctl
kubectl get events
kubectl describe pods```

what about integration with DBT , I have version 0.52 intgration was easy . i now the latest I see it is depricated . what is the equvelent way to do so

For dbt transformations, I think the most common solution is an orchestrator like Dagster or Airflow to trigger the run after a sync. Here are a few other ideas, too:

https://airbytehq.slack.com/archives/C021JANJ6TY/p1725392369914879?thread_ts=1725390314.712119&cid=C021JANJ6TY