fix typo mistake

Signed-off-by: maoyangLiu <liumaoyang@inspur.com>
This commit is contained in:
maoyangLiu 2023-01-16 18:32:40 +08:00
parent 66475089d9
commit da40d4f701
1 changed files with 1 additions and 1 deletions

View File

@ -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