Files
nomad/command/asset/pool.nomad.json
Tim Gross 0aeeaf1083 node pools: implement node pool init command (#17479)
Implement a `nomad node pool init` command that generates an example spec file
in either HCL or JSON format.
2023-06-13 14:51:29 -04:00

12 lines
195 B
JSON

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