Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Improve CLO Monitor score #1008

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .clomonitor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
exemptions:
- check: analytics
reason: "We don't track people"
extra:
clomonitor_name: "kured"
summary_personas: SREs, Cloud Architects, Platform Engineers, DevOps Engineer, DevOps practitioners
summary_tags: reboot, node management
summary_use_case: >-
TODO
summary_business_use_case: >-
TODO
summary_release_rate: Release aligned with kubernetes minor releases, happening after new kind image is released.
summary_integrations: >-
Linux, systemd, Docker, Containerd, CRI-O, Podman, Ubuntu, unattended-upgrade, Rancher.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![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)
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/kubereboot/kured/badge)](https://scorecard.dev/viewer/?uri=github.com/kubereboot/kured)

<img src="https://github.com/kubereboot/website/raw/main/static/img/kured.png" alt="kured logo" width="200" align="right"/>

Expand Down Expand Up @@ -54,6 +55,16 @@ We follow the [CNCF Code of Conduct](CODE_OF_CONDUCT.md).

Your feedback is always welcome!

## Adopters

- ...

## Roadmap

- Make the code simpler to maintain
- Support new kubernetes versions at each new kubernetes minor version (not every patch version)
- Reduce privileges required to run the service by using different mechanisms to store data and locks

## Trademarks

**Kured is a [Cloud Native Computing Foundation](https://cncf.io/) Sandbox project.**
Expand Down