Skip to content

Commit

Permalink
[YUNIKORN-2945] Add punctuation for better clarity in Scheduler Confi…
Browse files Browse the repository at this point in the history
…guration
  • Loading branch information
Michael committed Oct 25, 2024
1 parent 0e703d7 commit 5403283
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/design/scheduler_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ Scheduler configuration as currently identified

Configuration to consider:
* Assign multiple containers in one go: use case is bin packing, don’t spread an application over large number of nodes. Needs to become configurable.
* Pre-emption related configuration:
* threshold: do not pre-empt from a queue if the cluster load is below a certain threshold.
* Interval: pause between pre-emption checks
* Preemption related configuration:
* threshold: do not preempt from a queue if the cluster load is below a certain threshold.
* Interval: pause between preemption checks
## Queue Configuration
### Queue Definition
On startup the scheduler will load the configuration for the queues from the provided configuration file after initialising the service. If there is no queue configuration provided the scheduler should start up with a simple default configuration which performs a well documented default behaviour.
Expand Down Expand Up @@ -95,7 +95,7 @@ On each queue, except the root queue, the following properties can be set:
* Queue Permissions:
* SubmitACL (ACL)
* AdminACL (ACL)
* Pre-emption setting:
* Preemption setting:
* PreEmptionAllowed (boolean)
* Application sort algorithm:
* ApplicationSortPolicy (enumeration: fair, fifo)
Expand Down

0 comments on commit 5403283

Please sign in to comment.