-
Notifications
You must be signed in to change notification settings - Fork 46
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
create_k3s_sysext.sh: create systemd unit files #69
create_k3s_sysext.sh: create systemd unit files #69
Conversation
…e and /usr/local/lib/systemd/system/k3s-agent.service
…t a daemon-reload
c91bfe0
to
4145400
Compare
I just had some time to actually test the k3s sysext, which fails:
Should I open up an issue? |
The file name must be |
Ah, thanks @pothos, that works. I'll prepare a PR for the README, to make the k3s and rke2 sections more self-contained, with all the bits and pieces needed. |
create systemd unit files
create
/usr/local/lib/systemd/system/k3s.service
and/usr/local/lib/systemd/system/k3s-agent.service
unit files were taken from the k3s install script at get.k3s.io.