k3s-ansible icon indicating copy to clipboard operation
k3s-ansible copied to clipboard

Playbook Doesn't install k3s-killall script

Open Setheck opened this issue 2 years ago • 2 comments

Running this playbook to install k3s doesn't seem to install anything but k3s binary. This makes it unclear how to perform a clean restart as the documentation mentions the k3s-killall script -> https://rancher.com/docs/k3s/latest/en/upgrades/killall/

But the script is missing. This makes me wonder if there any other scripts missing and if this playbook would gracefully handle a version upgrade.

Setheck avatar May 03 '22 18:05 Setheck

The reset.yml playbook should remove k3s in a similar way:

ansible-playbook reset.yml -i inventory/my-cluster/hosts.ini

gnuninu avatar May 19 '22 11:05 gnuninu

Sorry i rushed i confused killall with uninstall :) I guess for that a new playbook/role is needed to handle upgrades...

gnuninu avatar May 19 '22 11:05 gnuninu