-
Hi, Wondering if my problem is my choice of Ubuntu over Debian. I followed the instructions all the way to
which completed without error. When I ran the next step to verify I got an error:
Looking on the nodes there is no k3s service
Should it work on Ubuntu? Thanks! Adrian |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I would stick with Debian as that is known to work, you're kind of on your own if you want to use Ubuntu. Debian is a lot better for all this anyways, the amount of bloat that comes with Ubuntu these days is sickening. However if you want to stick with Ubuntu and figure out your problems feel free to report back! |
Beta Was this translation helpful? Give feedback.
-
Heh, fair enough :) Thanks for the tip! :) Cheers, |
Beta Was this translation helpful? Give feedback.
-
Ok, it turns out I am an idiot. I actually didn't run the I realised when I went looking for the installation role and thought I would just run it manually... then "Wait! I don't remember that playbook!" 🙄🙄🙄 Anyway, in case anyone is interested, the ansible-role-k3s role says it is tested on Ubuntu, and it does indeed work. The playbook failed the first time saying it failed to restart k3s, but on inspection all nodes had the service running. I ran again and it all worked. Perhaps 3 retries is not enough for slower hardware? (these are Dell Wyse 5070 boxes). |
Beta Was this translation helpful? Give feedback.
Ok, it turns out I am an idiot.
I actually didn't run the
cluster-installation
playbook. I had only run thecluster-prepare
one.I realised when I went looking for the installation role and thought I would just run it manually... then "Wait! I don't remember that playbook!" 🙄🙄🙄
Anyway, in case anyone is interested, the ansible-role-k3s role says it is tested on Ubuntu, and it does indeed work.
The playbook failed the first time saying it failed to restart k3s, but on inspection all nodes had the service running. I ran again and it all worked. Perhaps 3 retries is not enough for slower hardware? (these are Dell Wyse 5070 boxes).