PyratLabs / ansible-role-k3s

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

Install killall and uninstall scripts into `k3s_install_dir` #223

Open qlonik opened 5 months ago

qlonik commented 5 months ago

Summary

New version of TrueNAS SCALE Dragonfish (24.04) now mounts /usr as readonly by default. So, even if I set k3s_install_dir to some writable location, killall and uninstall scripts are still being installed into readonly locations, so the installation fails. So, can we install both k3s-killall.sh and k3s-uninstall.sh into {{ k3s_install_dir }} instead of /usr/local/bin/?

I can open a PR if you wish.

Issue Type

User Story

As a \ I want to \ So that

Additional Information

stale[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.