1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-28 06:29:29 +01:00

Update README.

This commit is contained in:
Avesh Agarwal
2017-08-25 15:47:38 -04:00
parent 8692e84347
commit 8650a78e62

View File

@@ -15,7 +15,7 @@ $ make build
and run rescheduler:
```sh
$ ./_output/bin/rescheduler --kubeconfig <path to kubeconfig> --policy-config-file examples/policy.yaml
$ ./_output/bin/rescheduler --kubeconfig <path to kubeconfig> --policy-config-file <path-to-policy-file>
```
For more information about available options run:
@@ -23,3 +23,16 @@ For more information about available options run:
$ ./_output/bin/rescheduler --help
```
## Roadmap
This roadmap is not in any particular order.
* Addition of test cases (unit and end-to-end)
* Ability to run inside a pod as a job
* Strategy to consider taints and tolerations
* Consideration of pod affinity and anti-affinity
* Strategy to consider pod life time
* Strategy to consider number of pending pods
* Integration with cluster autoscaler
* Integration with metrics providers for obtaining real load metrics
* Consideration of Kubernetes's scheduler's predicates