Fixed formatting in rescheduler proposal

pull/6/head
Piotr Szczesniak 2015-10-08 07:19:07 +02:00
parent 0e5478efae
commit 5dac62b187
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ A key design question for a Rescheduler is how much knowledge it needs about the
## Appendix: Integrating rescheduler with cluster auto-scaler (scale up) ## Appendix: Integrating rescheduler with cluster auto-scaler (scale up)
For scaling up the cluster, a reasonable workflow might be: For scaling up the cluster, a reasonable workflow might be:
1. pod horizontal auto-scaler decides to add one or more Pods to a service, based on the metrics it is observing 1. pod horizontal auto-scaler decides to add one or more Pods to a service, based on the metrics it is observing
1. the Pod goes PENDING due to lack of a suitable node with sufficient resources 1. the Pod goes PENDING due to lack of a suitable node with sufficient resources
1. rescheduler notices the PENDING Pod and determines that the Pod cannot schedule just by rearranging existing Pods (while respecting SLOs) 1. rescheduler notices the PENDING Pod and determines that the Pod cannot schedule just by rearranging existing Pods (while respecting SLOs)