From 4fb781ae7c996232b5a8c7045965578b20e5b627 Mon Sep 17 00:00:00 2001 From: Kensei Nakada Date: Thu, 6 Oct 2022 14:48:32 +0900 Subject: [PATCH] doc: fix a markdown's style on user-guide --- docs/user-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-guide.md b/docs/user-guide.md index 38af59391..2054cef77 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -159,6 +159,7 @@ strategies: ``` ### Autoheal Node Problems + Descheduler's `RemovePodsViolatingNodeTaints` strategy can be combined with [Node Problem Detector](https://github.com/kubernetes/node-problem-detector/) and [Cluster Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler) to automatically remove @@ -167,6 +168,7 @@ There is a feature called TaintNodeByCondition of the node controller that takes The Descheduler will then deschedule workloads from those Nodes. Finally, if the descheduled Node's resource allocation falls below the Cluster Autoscaler's scale down threshold, the Node will become a scale down candidate and can be removed by Cluster Autoscaler. These three components form an autohealing cycle for Node problems. + --- **NOTE**