-
Notifications
You must be signed in to change notification settings - Fork 46
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
update k3s sysext example #76
Conversation
Signed-off-by: kranurag7 <81210977+kranurag7@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. While at here, can you fix this example too:
Line 310 in e3534d3
links: |
It should be like this:
variant: flatcar
version: 1.0.0
storage:
files:
# filename needs to be k3s.raw
- path: /etc/extensions/k3s.raw
contents:
source: https://github.com/flatcar/sysext-bakery/releases/download/latest/k3s-v1.29.2+k3s1-x86-64.raw
links:
- path: /etc/systemd/system/multi-user.target.wants/k3s-agent.service
target: /usr/local/lib/systemd/system/k3s-agent.service
overwrite: true
Hello @kranurag7 would you be interested to continue on this PR? It will close this issue: #80 |
Signed-off-by: kranurag7 <81210977+kranurag7@users.noreply.github.com>
Completely missed this among noisy GitHub notifications [sorry about that :( ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kranurag7 thanks a lot for fixing this!
overwrite
set to true, butane was complaining and I was not able to transpile the same config to JSON.kubectl
commands.