Jason
Asked on Aug 10, 2023
It seems that the issue is related to the kubelet not running or being unhealthy. The error message suggests checking the kubelet status using the systemctl status kubelet
command and inspecting its logs using journalctl -xeu kubelet
. Additionally, it's recommended to check for any crashed or exited control plane components and list all running Kubernetes containers using the crictl
command. The user who reported the issue mentioned using AWS EC2 instance with AWS Linux. Another user tried to replicate the issue but was unable to do so on a similar environment. They shared their command logs and suggested running export SKYPILOT_DEBUG=1
before running any sky
commands for more detailed logs. They also mentioned installing SkyPilot, docker, kubectl, and kind on the machine. It would be helpful for the user to share their command line logs after spinning up a VM to identify the specific command that fails.