mirror of
https://github.com/kubereboot/kured.git
synced 2026-04-06 18:06:57 +00:00
168fe81bb40715b28a51e56ef10804e4275ff64c
We have historically decided to support AND TEST 3 versions of kubernetes. For that, we lagged behind in terms of client versions. Lagging behind one version allowed us, thanks to kubernetes client version skew, to support 3 versions at relatively low cost. However, maintaining 3 versions has always been a pain. For that, we pinned old versions of kubernetes clients/api and test tooling. In december 2025 community meeting, we decided to only maintain two versions: the most current one, and the previous one. This allows us to bump more regularly and be more secure. We can also more easily use dependabot this way. Signed-off-by: Jean-Philippe Evrard <open-source@a.spamming.party>
kured - Kubernetes Reboot Daemon
Introduction
Kured (KUbernetes REboot Daemon) is a Kubernetes daemonset that performs safe automatic node reboots when the need to do so is indicated by the package management system of the underlying OS.
- Watches for the presence of a reboot sentinel file e.g.
/var/run/reboot-requiredor the successful run of a sentinel command. - Utilises a lock in the API server to ensure only one node reboots at a time
- Optionally defers reboots in the presence of active Prometheus alerts or selected pods
- Cordons & drains worker nodes before reboot, uncordoning them after
Documentation
Find all our docs on https://kured.dev:
And there's much more!
Getting Help
If you have any questions about, feedback for or problems with kured:
- Invite yourself to the CNCF Slack.
- Ask a question on the #kured slack channel.
- File an issue.
- Join us in our monthly meeting, every first Wednesday of the month at 16:00 UTC.
- You might want to join the kured-dev mailing list as well.
We follow the CNCF Code of Conduct.
Your feedback is always welcome!
Trademarks
Kured is a Cloud Native Computing Foundation Sandbox project.
The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see Trademark Usage.
License
Description
Languages
Go
89.6%
Shell
7.3%
Makefile
2.5%
Dockerfile
0.6%
