cfb3bb517f
* 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
|
|
}
|
|
}
|