Skip to content

Commit ed3ded7

Browse files
committed
fix docs
1 parent 691569c commit ed3ded7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/controller/scheduler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following fields can be specified inside the `scheduler` field:
6464
- In `Namespaced` mode, only `Cluster` resources from a single namespace are taken into account when checking for existing clusters to schedule requests to. If the cluster template that corresponds to the purpose specified in the request has a `metadata.namespace` set, this namespace is used to check for `Cluster` resources and also to create new ones. If not, the namespace of the `ClusterRequest` resource is used instead.
6565
- In `Cluster` mode, the scheduler takes all clusters into account when trying to find existing clusters that can be reused. New clusters are still created in the namespace specified in the cluster template, or in the request's namespace, if the former one is not set.
6666
- `strategy` _(optional, defaults to `BalancedIgnoreEmpty`)_
67-
- Valid values: `Balanced`, `BalancedIgnoreEmpty`, `Random`, `Simple`
67+
- Valid values: `Balanced`, `BalancedIgnoreEmpty`
6868
- Determines how the scheduler chooses a cluster if multiple existing ones qualify for a request.
6969
- With the `Balanced` strategy, the scheduler chooses the cluster with the fewest requests pointing to it. In case of a tie, the first one is chosen.
7070
- For preemptive requests, it works the other way around and the fullest cluster is chosen.

0 commit comments

Comments
 (0)