From 8dac51c9e7cb88c70c73afde364d254ce98f678d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Thu, 4 Apr 2024 10:05:10 +0200 Subject: [PATCH] Add MachineHealthChecks of Cluster API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49851869a..d4281750a 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,7 @@ Kubernetes cluster to a healthy state. The following remedy systems exist: node conditions and delegates remediation to external remediators using the Remediation API.[Poison-Pill](https://github.com/medik8s/poison-pill) is a remediator that will reboot the node and make sure all statefull workloads are rescheduled. NHC supports conditionally remediating if the cluster has enough healthy capacity, or manually pausing any action to minimze cluster disruption. +* [**MachineHealthCheck**](https://cluster-api.sigs.k8s.io/developer/architecture/controllers/machine-health-check) of [Cluster API](https://cluster-api.sigs.k8s.io/) are responsible for remediating unhealthy Machines. # Testing