Skip to content

Commit

Permalink
Merge pull request #712 from LavredisG/patch-5
Browse files Browse the repository at this point in the history
Update scheduler-estimator.md
  • Loading branch information
karmada-bot authored Oct 14, 2024
2 parents de28b6d + 3e7cc05 commit 210b62a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/userguide/scheduling/scheduler-estimator.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Cluster Accurate Scheduler Estimator For Rescheduling
---

Users could divide their replicas of a workload into different clusters in terms of available resources of member clusters. When some clusters are lack of resources, scheduler would not assign excessive replicas into these clusters by calling karmada-scheduler-estimator.
Users can distribute workload replicas across different clusters based on the available resources in each member cluster. When some clusters lack resources, the scheduler will avoid assigning excessive replicas to them by using the Karmada-scheduler-estimator.

## Prerequisites

Expand Down Expand Up @@ -143,7 +143,7 @@ spec:
memory: 200Gi
```
As any node of member clusters does not have so many cpu and memory resources, we will find workload scheduling failed.
Since none of the nodes in the member clusters have sufficient CPU and memory resources, the workload scheduling will fail.
```bash
$ kubectl get deployments.apps
Expand Down

0 comments on commit 210b62a

Please sign in to comment.