Fix typo in Spreads key in JSON Job Specification
This commit is contained in:
parent
a9690053bc
commit
78f4b11207
|
@ -161,7 +161,7 @@ The `Job` object supports the following keys:
|
|||
- `Affinities` - A list to define placement preferences on nodes where a job can be
|
||||
run. See the affinity reference for more details.
|
||||
|
||||
- `Spread` - A list to define allocation spread across attributes. See the spread reference
|
||||
- `Spreads` - A list to define allocation spread across attributes. See the spread reference
|
||||
for more details.
|
||||
|
||||
- `Datacenters` - A list of datacenters in the region which are eligible
|
||||
|
|
Loading…
Reference in New Issue