-
I have an issue starting k3s on I have this "error" message when running Dec 26 00:24:16 colima k3s[2636]: time="2023-12-26T00:24:16Z" level=info msg="Waiting for control-plane node agent startup"
Dec 26 00:24:17 colima k3s[2636]: time="2023-12-26T00:24:17Z" level=info msg="Waiting for control-plane node agent startup"
Dec 26 00:24:17 colima k3s[2636]: time="2023-12-26T00:24:17Z" level=info msg="Waiting to retrieve agent configuration; server is not ready: --docker is no longer supported; to continue using docker, install cri-dockerd and set --container-runtime-endpoint" TRAC[0044] cmd ["lima" "sudo" "install" "/tmp/k3s-install.sh" "/usr/local/bin/k3s-install.sh"]
TRAC[0044] cmd ["lima" "sh" "-c" "INSTALL_K3S_SKIP_DOWNLOAD=true INSTALL_K3S_SKIP_ENABLE=true k3s-install.sh --write-kubeconfig-mode 644 --disable=traefik --flannel-iface eth0 --docker"] The k3s-io/k3s#5910, maybe need to change the k3s version that I've used. How can it be fixed? k3s: v1.24.3+k3s1 (990ba0e8) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After changing k3s version to latest at the moment v1.29.0+k3s1 it works as intended. I used the version provided in the template file |
Beta Was this translation helpful? Give feedback.
After changing k3s version to latest at the moment v1.29.0+k3s1 it works as intended.
I used the version provided in the template file
v1.24.3+k3s1
, but it didn't support--docker
flag.