Summary
The user is facing an error while trying to install Airbyte in an LXC container, specifically related to kubelet not running or being unhealthy. The user is unsure if kubectl needs to be installed on the local machine.
Question
<#C021JANJ6TY|> i m trying to install airbyte in an LXC container. I have followed the different steps, but it fails when running
abctl local install --low-resource-mode
With the following error
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL <http://localhost:10248/healthz>' failed with error: Get "<http://localhost:10248/healthz>": dial tcp [::1]:10248: connect: connection refused.
Unfortunately, an error has occurred:
timed out waiting for the condition
This error is likely caused by:
- The kubelet is not running
- The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled)
If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands:
- 'systemctl status kubelet'
- 'journalctl -xeu kubelet'```
Do you need to install kubectl on your local machine?
It is not explained in the docs
<br>
---
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1728308069117139) if you want
to access the original thread.
[Join the conversation on Slack](https://slack.airbyte.com)
<sub>
["install-airbyte", "lxc-container", "kubelet", "kubectl", "error"]
</sub>