You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanna install k3s in /root/.local/bin, because /usr/local/bin is read-only. I specify k3s_install_dir: /root/.local/bin.
The k3s binary is correctly installed, but it seems that k3s-killall.sh and k3s-uninstall.sh are still installed to /usr/local/bin . So the install fails because the playbook cannot copy the scripts to the said directory.
The fix for this issue is to use the variable k3s_install_dir to install the 2 scripts.
The text was updated successfully, but these errors were encountered:
Summary
I wanna install k3s in
/root/.local/bin
, because/usr/local/bin
is read-only. I specifyk3s_install_dir: /root/.local/bin
.The k3s binary is correctly installed, but it seems that
k3s-killall.sh
andk3s-uninstall.sh
are still installed to/usr/local/bin
. So the install fails because the playbook cannot copy the scripts to the said directory.The fix for this issue is to use the variable
k3s_install_dir
to install the 2 scripts.The text was updated successfully, but these errors were encountered: