From f604d7f34255460ae69ed52cecae9c5e828e7f1a Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Fri, 17 Jan 2025 11:39:10 +0200 Subject: [PATCH] Add Custom Health Check Library to RFC Signed-off-by: Stefan Prodan --- rfcs/0000-custom-health-checks/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/rfcs/0000-custom-health-checks/README.md b/rfcs/0000-custom-health-checks/README.md index 0942b835..d6809312 100644 --- a/rfcs/0000-custom-health-checks/README.md +++ b/rfcs/0000-custom-health-checks/README.md @@ -38,8 +38,8 @@ without having to change Flux source code for each new use case. ### Goals -- provide a generic solution for user to customize the health check of custom resources -- support non-standard resources in `kustomize-controller` +- Provide a generic solution for users to customise the health check evaluation of custom resources. +- Provide a space for the community to contribute custom health checks for popular custom resources. ### Non-Goals @@ -114,6 +114,14 @@ of this kind reconciled by the Flux `Kustomization`. Note that all the Kubernetes core resources are discarded from the `healthCheckExprs` list. +### Custom Health Check Library + +To help users define custom health checks, we will provide on the [fluxcd.io](https://fluxcd.io) +website a library of custom health checks for popular custom resources. + +The Flux community will be able to contribute to this library by submitting pull requests +to the `fluxcd/website` repository. + ### User Stories #### Configure health checks for non-standard custom resources