Jean-Philippe Evrard 3f39fd0943 Change relative link to absolute link
Without this patch, the copy of the contributing.md into our
doc site (generated from [1] and [2]) will refer to a local README.md
into the website git repo, which is not existing.

This is a problem, as it generates dead link for lychee on local
runs in 'content/en/docs/development.md'.

This fixes it by making the link absolute, while keeping the
CONTRIBUTING.md in sync between repos. The alternative would be
to edit the site generator in [1]. Yet, I believe having an
absolute link does not hurt, because we already use the full
git repo in other parts of the same documentation.

[1]: 5da8aba559/hack/gen-content.py
[2]: 5da8aba559/external-sources/kubereboot/kured

Signed-off-by: Jean-Philippe Evrard <open-source@a.spamming.party>
2024-08-07 09:58:20 +02:00
2024-01-06 10:25:11 +01:00
2022-11-29 22:01:21 +01:00
2024-01-06 10:25:11 +01:00
2024-02-17 15:18:42 +01:00
2022-09-19 12:01:10 +02:00
2023-04-23 15:59:56 +02:00
2024-07-24 18:14:49 +02:00
2024-07-24 18:14:49 +02:00
2020-11-30 10:51:43 +01:00
2017-06-13 17:57:19 +01:00
2023-11-13 12:20:50 +01:00
2024-03-20 17:02:40 +01:00
2024-05-01 09:52:50 +02:00

kured - Kubernetes Reboot Daemon

Artifact HUB FOSSA Status CLOMonitor OpenSSF Best Practices

kured logo

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-required or 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:

We follow the CNCF Code of Conduct.

Your feedback is always welcome!

Trademarks

Kured is a Cloud Native Computing Foundation Sandbox project.

Cloud Native Computing Foundation logo

The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see Trademark Usage.

License

FOSSA Status

Description
Kubernetes Reboot Daemon
Readme 4.4 MiB
Languages
Go 89.6%
Shell 7.3%
Makefile 2.5%
Dockerfile 0.6%