Installation Issues with Airbyte in LXC Container

Summary

User is experiencing installation issues while attempting to deploy Airbyte in an LXC container environment.


Question

Hi folks, I’m having issues installing airbyte in an LXC container (see thread)



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', 'airbyte', 'lxc', 'container']

This is the output of the installation

  INFO    Using Kubernetes provider:
            Provider: kind
            Kubeconfig: /home/lab/.airbyte/abctl/abctl.kubeconfig
            Context: kind-airbyte-abctl
 SUCCESS  Found Docker installation: version 27.3.1
  INFO    No existing cluster found, cluster 'airbyte-abctl' will be created
 SUCCESS  Port 8000 appears to be available
  ERROR   Cluster 'airbyte-abctl' could not be created
  ERROR   unable to create kind cluster: failed to init node with kubeadm: command "docker exec --privileged airbyte-abctl-control-plane kubeadm init --config=/kind/kubeadm.conf --skip-token-print --v=6" failed with error: exit status 1: I1206 12:11:56.758413     172 initconfiguration.go:260] loading configuration from "/kind/kubeadm.conf"```
Executing the docker command:
`❯ docker exec --privileged airbyte-abctl-control-plane kubeadm init --config=/kind/kubeadm.conf --skip-token-print --v=6`
`Error response from daemon: No such container: airbyte-abctl-control-plane`

Which Linux distribution are you using?