mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
* jobspec: rename node pool scheduler_configuration In HCL specifications we usually call configuration blocks `config` instead of `configuration`. * np: add memory oversubscription config * np: make scheduler config ENT
13 lines
238 B
JSON
13 lines
238 B
JSON
{
|
|
"Name": "example",
|
|
"Description": "Example node pool",
|
|
"Meta": {
|
|
"environment": "prod",
|
|
"owner": "sre"
|
|
},
|
|
"SchedulerConfiguration": {
|
|
"SchedulerAlgorithm": "spread",
|
|
"MemoryOversubscriptionEnabled": true
|
|
}
|
|
}
|