-
I have this Debian host in a proxmox cluster. I have installed and uninstalled k3s a few times using the shell script provided. This time when I'm trying to install k3s, it gets installed, but the systemctl service won't start. I checked the logs, the last line says: msg="failed to get docker runtime info: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?" Isn't docker installed as part of k3s installation? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
No... k3s comes with containerd. This is well covered in our docs. If you want to use docker instead of the embedded containerd, you'll need to install and start docker first. |
Beta Was this translation helpful? Give feedback.
no, you can't use kubectl on agents (or any other host) unless you copy the admin kubeconfig there yourself.