Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubereboot/kured
Kubernetes Reboot Daemon
https://github.com/kubereboot/kured
kubernetes kured reboot
Last synced: 4 days ago
JSON representation
Kubernetes Reboot Daemon
- Host: GitHub
- URL: https://github.com/kubereboot/kured
- Owner: kubereboot
- License: apache-2.0
- Created: 2017-04-18T09:41:25.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T20:23:34.000Z (3 months ago)
- Last Synced: 2024-10-29T15:07:36.082Z (3 months ago)
- Topics: kubernetes, kured, reboot
- Language: Go
- Homepage: https://kured.dev
- Size: 1.96 MB
- Stars: 2,191
- Watchers: 55
- Forks: 202
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Governance: GOVERNANCE.md
Awesome Lists containing this project
- awesome-ccamel - kubereboot/kured - Kubernetes Reboot Daemon (Go)
- awesome-repositories - kubereboot/kured - Kubernetes Reboot Daemon (Go)
- awesome-tools - kured - Kubernetes Reboot Daemon (Uncategorized / Uncategorized)
- awesome-starred - kubereboot/kured - Kubernetes Reboot Daemon (Go)
- awesome-starred - kubereboot/kured - Kubernetes Reboot Daemon (Go)
README
# kured - Kubernetes Reboot Daemon
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/kured)](https://artifacthub.io/packages/helm/kured/kured)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkubereboot%2Fkured.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkubereboot%2Fkured?ref=badge_shield)
[![CLOMonitor](https://img.shields.io/endpoint?url=https://clomonitor.io/api/projects/cncf/kured/badge)](https://clomonitor.io/projects/cncf/kured)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8867/badge)](https://www.bestpractices.dev/projects/8867)- [kured - Kubernetes Reboot Daemon](#kured---kubernetes-reboot-daemon)
- [Introduction](#introduction)
- [Documentation](#documentation)
- [Getting Help](#getting-help)
- [Trademarks](#trademarks)
- [License](#license)## 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 :
- [All Kured Documentation](https://kured.dev/docs/)
- [Installing Kured](https://kured.dev/docs/installation/)
- [Configuring Kured](https://kured.dev/docs/configuration/)
- [Operating Kured](https://kured.dev/docs/operation/)
- [Developing Kured](https://kured.dev/docs/development/)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](https://cloud-native.slack.com/archives/kured) slack channel.
- [File an issue](https://github.com/kubereboot/kured/issues/new).
- Join us in [our monthly meeting](https://docs.google.com/document/d/1AWT8YDdqZY-Se6Y1oAlwtujWLVpNVK2M_F_Vfqw06aI/edit),
every first Wednesday of the month at 16:00 UTC.
- You might want to [join the kured-dev mailing list](https://lists.cncf.io/g/cncf-kured-dev) as well.We follow the [CNCF Code of Conduct](CODE_OF_CONDUCT.md).
Your feedback is always welcome!
## Trademarks
**Kured is a [Cloud Native Computing Foundation](https://cncf.io/) Sandbox project.**
![Cloud Native Computing Foundation logo](img/cncf-color.png)
The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see [Trademark Usage](https://www.linuxfoundation.org/trademark-usage/).
## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkubereboot%2Fkured.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkubereboot%2Fkured?ref=badge_large)