Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use k3s_install_dir instead of hardcoded /usr/local/bin path to install k3s-killall.sh and k3s-uninstall.sh #235

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

matteyeux
Copy link
Contributor

@matteyeux matteyeux commented Feb 3, 2025

Summary

Use k3s_install_dir instead of hardcoded /usr/local/bin path to install k3s-killall.sh and k3s-uninstall.sh

Fixes #234

Issue type

  • Bugfix

Test instructions

Change k3s_install_dir to something else, verify that k3s-killall.sh and k3s-uninstall.sh are copied to the said directory.

Additional Information

If the directory does not exist, install will fail. Do you think I should create the directory first ?

@matteyeux matteyeux changed the title use k3s_install_dir instead of hardcoded /usr/local/bin path to insta… use k3s_install_dir instead of hardcoded /usr/local/bin path to install k3s-killall.sh and k3s-uninstall.sh Feb 3, 2025
@matteyeux
Copy link
Contributor Author

I am not sure what is wrong with the CI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

killall/uninstall scripts are not copied in k3s_install_dir
1 participant