PyratLabs / ansible-role-k3s

Ansible role for installing k3s as either a standalone server or HA cluster.
BSD 3-Clause "New" or "Revised" License
627 stars 135 forks source link

Install killall,uninstall scripts into k3s_install_dir #224

Open qlonik opened 2 months ago

qlonik commented 2 months ago

Install killall,uninstall scripts into k3s_install_dir

Summary

Installs killall and uninstall scripts into configured k3s_install_dir instead of hard-coded /usr/local/bin. This is a feature for TrueNAS scale Dragonfish, where /usr/ is now mounted readonly.

Closes #223

Issue type

Test instructions

Acceptance Criteria

Additional Information

longns1 commented 1 month ago

I think we should use a different variable for this instead of the k3s_install_dir variable.