-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
create_k3s_sysext.sh: create systemd unit files #69
Merged
pothos
merged 3 commits into
flatcar:main
from
johanneskastl:20240426_add_k3s_systemd_unit
Apr 30, 2024
Merged
create_k3s_sysext.sh: create systemd unit files #69
pothos
merged 3 commits into
flatcar:main
from
johanneskastl:20240426_add_k3s_systemd_unit
Apr 30, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…e and /usr/local/lib/systemd/system/k3s-agent.service
pothos
reviewed
Apr 29, 2024
pothos
reviewed
Apr 29, 2024
pothos
reviewed
Apr 29, 2024
…t a daemon-reload
johanneskastl
force-pushed
the
20240426_add_k3s_systemd_unit
branch
from
April 29, 2024 19:43
c91bfe0
to
4145400
Compare
pothos
approved these changes
Apr 30, 2024
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. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.