k3s-ansible
k3s-ansible copied to clipboard
Add --with-node-id to prevent colliding names
Noticed that, when running on a cluster of raspberry pis running Ubuntu 20 LTS, all 3 nodes would attempt to use "ubuntu" as their name resulting in the cluster failing to start.
Fixed by adding --with-node-id to the exec start command.