1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Fix minor issues in README.

This commit is contained in:
Avesh Agarwal
2017-08-28 12:33:00 -04:00
parent 0f30358750
commit f757bde4e9

View File

@@ -19,7 +19,7 @@ some pods reschedule on other nodes is defined as rescheduling, and its implemen
Build rescheduler:
```sh
$ make build
$ make
```
and run rescheduler:
@@ -33,7 +33,7 @@ For more information about available options run:
$ ./_output/bin/rescheduler --help
```
## Policy And Strategies
## Policy and Strategies
Rescheduler's policy is configurable and includes strategies to be enabled or disabled.
Two strategies, `RemoveDuplicates` and `LowNodeUtilization` are currently implemented.