mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
Implement a `nomad node pool init` command that generates an example spec file in either HCL or JSON format.
12 lines
195 B
JSON
12 lines
195 B
JSON
{
|
|
"Name": "example",
|
|
"Description": "Example node pool",
|
|
"Meta": {
|
|
"environment": "prod",
|
|
"owner": "sre"
|
|
},
|
|
"SchedulerConfiguration": {
|
|
"SchedulerAlgorithm": "spread"
|
|
}
|
|
}
|