Skip to content

Commit

Permalink
Merge pull request #799 from benjaminhuo/master
Browse files Browse the repository at this point in the history
Correct typos & syntax error
  • Loading branch information
karmada-bot authored Oct 11, 2021
2 parents 43ba95d + 4a68376 commit 6aff31e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/scheduler-estimator.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ And then add the option `--enable-scheduler-estimator=true` into the command of

## Example

Now we could divide the replicas into different member clusters. Note that `propagationPolicy.spec.replicaScheduling.replicaSchedulingType` must be `Divided` and `propagationPolicy.spec.replicaScheduling.replicaDivisionPreference` must be `Aggregated`. The scheduler will try to divide the replicas aggregatedly in terms of available resources of member clusters.
Now we could divide the replicas into different member clusters. Note that `propagationPolicy.spec.replicaScheduling.replicaSchedulingType` must be `Divided` and `propagationPolicy.spec.replicaScheduling.replicaDivisionPreference` must be `Aggregated`. The scheduler will try to divide the replicas aggregately in terms of all available resources of member clusters.

```yaml
apiVersion: policy.karmada.io/v1alpha1
Expand Down Expand Up @@ -97,7 +97,7 @@ spec:
memory: 2Gi
```
You could find all replicas has benn assigned to as few clusters as possible.
You will find all replicas have been assigned to as few clusters as possible.
```
$ kubectl get deployments.apps
Expand Down

0 comments on commit 6aff31e

Please sign in to comment.