From 8650a78e62fb1cc6eb5bb6c05debd95ab93cd0bd Mon Sep 17 00:00:00 2001 From: Avesh Agarwal Date: Fri, 25 Aug 2017 15:47:38 -0400 Subject: [PATCH] Update README. --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78f83f93a..d13ee2193 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ $ make build and run rescheduler: ```sh -$ ./_output/bin/rescheduler --kubeconfig --policy-config-file examples/policy.yaml +$ ./_output/bin/rescheduler --kubeconfig --policy-config-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