Update to 2022-08-08 10:00

This commit is contained in:
Daniel Berteaud
2022-08-08 10:00:16 +02:00
parent 99b21a541e
commit 62cd35b3cc
2 changed files with 23 additions and 0 deletions

View File

@@ -128,6 +128,19 @@ nomad_base_conf:
# Name of the authoritative region from which policies will be pulled
# authoritative_region: eu
# Default scheduler config. Only used during cluster bootstrap
# If you want to change it after, you have to use the API
default_scheduler_config:
# can be binpack or spread. SPread makes more sens when running on premise
scheduler_algorithm: spread
memory_oversubscription_enabled: True
preemption_config:
batch_scheduler_enabled: True
system_scheduler_enabled: True
service_scheduler_enabled: True
sysbatch_scheduler_enabled: True
# UI related settings
ui:
# Default is to enable the UI on server only