From 635348efb97634edde9abe7b778d2d53ff72120f Mon Sep 17 00:00:00 2001 From: lixiang Date: Thu, 7 May 2020 11:47:32 +0800 Subject: [PATCH] Fix readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4df278c17e..1620d169cf 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,9 @@ See the [user guide](docs/user-guide.md) in the `/docs` directory. ## Policy and Strategies Descheduler's policy is configurable and includes strategies that can be enabled or disabled. -Five strategies `RemoveDuplicates`, `LowNodeUtilization`, `RemovePodsViolatingInterPodAntiAffinity`, -`RemovePodsViolatingNodeAffinity`, and `RemovePodsViolatingNodeTaints` are currently implemented. -As part of the policy, the parameters associated with the strategies can be configured too. +Six strategies `RemoveDuplicates`, `LowNodeUtilization`, `RemovePodsViolatingInterPodAntiAffinity`, +`RemovePodsViolatingNodeAffinity`, `RemovePodsViolatingNodeTaints` and `RemovePodsHavingTooManyRestarts` +are currently implemented. As part of the policy, the parameters associated with the strategies can be configured too. By default, all strategies are enabled. ### RemoveDuplicates