Skip to content

Commit

Permalink
Merge pull request #278 from lixiang233/fix_readme
Browse files Browse the repository at this point in the history
Fix readme
  • Loading branch information
k8s-ci-robot authored May 7, 2020
2 parents 211f394 + 635348e commit 31c7855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31c7855

Please sign in to comment.