commit
bfd75b040c
|
@ -78,7 +78,7 @@ Here is the descheduler workflow.
|
|||
- List all `ResourceBindings`.
|
||||
- Find the non-desired ones, i.e., whose desired replicas are less than ready replicas, and then request scheduler-estimator to get the replicas that need to be evicted.
|
||||
- Get the unscheduable pods number from every cluster scheduler-estimator.
|
||||
- Modify scheduling result in `resourcebindings.spec.clusters` for eviction, i.e., substract unscheduable pods number in the relevant field `resourcebindings.spec.clusters`.
|
||||
- Modify scheduling result in `resourcebindings.spec.clusters` for eviction, i.e., subtract unscheduable pods number in the relevant field `resourcebindings.spec.clusters`.
|
||||
- Scheduler: Watch the `ResourceBinding` and begin to scale scheduling.
|
||||
|
||||
### API Change
|
||||
|
|
Loading…
Reference in New Issue