kured
kured copied to clipboard
Kubernetes Reboot Daemon
The flag --min-reboot-period can be used to define the minimal duration between reboots of a node.
Hi there, I have been using Kured and I find it to be a great tool for automating node reboots in a Kubernetes cluster. I was wondering if there are...
Hi, we're facing an issue with the newest version of Kured 1.14.0. Nodes are not rebooted Prometheus Metrics say that a reboot is required but on the Node Host there...
Following https://github.com/kubereboot/kured/pull/814 , a reboot method option is being added which can be 'command' or 'signal'. Following an idea by @sftim https://github.com/kubereboot/kured/issues/416#issuecomment-1825047502 it would be natural to consider adding a...
Following https://github.com/kubereboot/kured/pull/814 which added signal based reboot we could reduce the privilege of the kured pods. With this we could also look into reducing the privileges for the reboot command...
Closes https://github.com/kubereboot/kured/issues/896
The configured sentinel command runs every minute, instead of once every `period`. The reason for this is appears to be the Prometheus metrics updater `maintainRebootRequiredMetric()` here: https://github.com/kubereboot/kured/blob/9e4b69f8189cbf685e459ad1be2eb15f4dfd0cd2/cmd/kured/main.go#L566C1-L575C2 This is arguably...
Hello, would you be interested in adding support for non-systemd distribution support? Specifically I'm thinking about adding support for [Talos Linux](https://talos.dev) but I wanted to ask before working on it....
Deployed the latest release of kured(1.13.1) on to an Azure kubernetes cluster with kubernetes version (v1.26.3) almost one month back. I don't see any reboot-required created on the nodes and...
It would be nice to have this set up where we can silence some alerts in alert manager and then those alerts should be ignored in Kured. It would be...