Skip to content

Commit

Permalink
Merge pull request #76 from kranurag7/kr/fix-k3s-example
Browse files Browse the repository at this point in the history
update k3s sysext example
  • Loading branch information
tormath1 authored Jul 30, 2024
2 parents 56de033 + a853e69 commit 2112078
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,12 @@ want this to be a k3s server (controlplane):
variant: flatcar
version: 1.0.0
storage:
links:
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.service
target: /usr/local/lib/systemd/system/k3s.service
overwrite: true
Expand All @@ -307,11 +307,12 @@ For a k3s agent (worker node) you would use something like this snippet:
variant: flatcar
version: 1.0.0
storage:
links:
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
Expand Down

0 comments on commit 2112078

Please # to comment.