Merge pull request #799 from benjaminhuo/master

Correct typos & syntax error
This commit is contained in:
karmada-bot 2021-10-11 17:35:52 +08:00 committed by GitHub
commit 6aff31e8c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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