open-nomad/command/asset/pool.nomad.json
Luiz Aoqui cfb3bb517f
np: scheduler configuration updates (#17575)
* 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
2023-06-19 11:41:46 -04:00

13 lines
238 B
JSON

{
"Name": "example",
"Description": "Example node pool",
"Meta": {
"environment": "prod",
"owner": "sre"
},
"SchedulerConfiguration": {
"SchedulerAlgorithm": "spread",
"MemoryOversubscriptionEnabled": true
}
}