-
Notifications
You must be signed in to change notification settings - Fork 34
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
update k3s sysext example #76
Conversation
Signed-off-by: kranurag7 <[email protected]>
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 <[email protected]>
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.