Kured (Kubernetes REboot Daemon) is a Kubernetes add-on that automates the process of rebooting nodes in your cluster. It integrates with the underlying operating system's package management system to identify when a reboot is necessary, and performs the reboot in a safe and controlled manner to minimize disruption to your applications.
Install with:
helm repo add kubereboot-charts https://kubereboot.github.io/charts/
helm install kured kubereboot-charts/kured -f values.yamlSee examples from other people.
| Name | Repo | Stars | Version | Timestamp |
|---|---|---|---|---|
| kured | Pumba98/flux2-gitops | 70 | 5.11.0 | 8 days ago |
| kured | anthr76/infra | 107 | 5.10.0 | 2 months ago |
| kured | h3mmy/bloopySphere | 63 | 5.10.0 | 3 months ago |
See the most popular values for this chart:
| Key | Types |
|---|---|
| boolean | |
metrics.labels.release (1) kube-prometheus-stack | string |
| string | |
configuration.rebootCommand (6) /usr/bin/systemctl reboot | string |
| string | |
configuration.timeZone (6) ${TIMEZONE} | string |
configuration.period (4) 1h0m0s | string |
| boolean | |
configuration.messageTemplateDrain (3) ⏳ Draining node %s | string |
configuration.messageTemplateReboot (3) ♻️ Rebooted node %s | string |
configuration.alertFilterRegexp (2) ^(HostRequiresReboot|Watchdog)$ | string |
| number | |
| number | |
| string | |
configuration.prometheusUrl (2) http://kube-prometheus-stack-prometheus.monitoring.svc.cluster.local:9090 | string |
| boolean | |
| string | |
| string | |
configuration.messageTemplateUncordon (1) ✅ Uncordoned node %s | string |
configuration.notifyUrl (1) ${SECRET_KURED_DISCORD_WEBHOOK} | string |
configuration.rebootDays[] (1) - fr | string |
configuration.rebootSentinel (1) /var/run/reboot-required | string |
| number | |
| boolean | |
tolerations[].effect (3) NoSchedule | string |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
updateStrategy (2) RollingUpdate | string |