fix typo mistake
Signed-off-by: maoyangLiu <liumaoyang@inspur.com>
This commit is contained in:
parent
66475089d9
commit
da40d4f701
|
@ -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