Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mback2k/sysext-kubernetes
Kubernetes node as systemd-sysext
https://github.com/mback2k/sysext-kubernetes
flatcar flatcar-linux systemd-sysext
Last synced: 20 days ago
JSON representation
Kubernetes node as systemd-sysext
- Host: GitHub
- URL: https://github.com/mback2k/sysext-kubernetes
- Owner: mback2k
- Created: 2021-01-20T19:19:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T20:52:08.000Z (11 months ago)
- Last Synced: 2024-10-28T19:24:08.211Z (2 months ago)
- Topics: flatcar, flatcar-linux, systemd-sysext
- Language: Makefile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
Steps to install and ensure automatic updates using systemd-sysupdate:
```
curl -L https://github.com/mback2k/sysext-kubernetes/releases/latest/download/sysupdate-noop.conf --create-dirs -o /etc/sysupdate.d/noop.conf
curl -L https://github.com/mback2k/sysext-kubernetes/releases/latest/download/sysupdate-kubernetes.conf --create-dirs -o /etc/sysupdate.kubernetes.d/kubernetes.conf
curl -L https://github.com/mback2k/sysext-kubernetes/releases/latest/download/systemd-kubernetes.conf --create-dirs -o /etc/systemd/system/systemd-sysupdate.service.d/kubernetes.conf
curl -L https://github.com/mback2k/sysext-kubernetes/releases/latest/download/systemd-sysext.conf --create-dirs -o /etc/systemd/system/systemd-sysupdate.service.d/sysext.conf
systemctl daemon-reload
systemctl enable systemd-sysupdate.timer
systemctl start systemd-sysupdate.service
```