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

Update introduction in README.

This commit is contained in:
Avesh Agarwal
2017-08-28 16:51:28 -04:00
parent 91d0a542b2
commit e10056f7ec

View File

@@ -17,10 +17,7 @@ or removed from nodes, pod/node affinity requirements are not satisfied any more
* New nodes are added to clusters.
Consequently, there might be several pods scheduled on less desired nodes in a cluster.
Due to this, It becomes important to continuously revisit original scheduling decisions. This
process of revisiting scheduling decisions and helping some pods reschedule on other nodes is defined
as rescheduling, and its implementation here as rescheduler. Rescheduler, based on its policy, finds
pods that are good candidate for replacement and evicts them.
Rescheduler, based on its policy, finds pods that can be moved and evicts them.
## Build and Run