review comments

This commit is contained in:
Preetha Appan
2018-11-15 11:32:22 -06:00
parent c0868c5765
commit e04b503dca
2 changed files with 4 additions and 1 deletions

View File

@@ -725,6 +725,9 @@ The `Constraint` object supports the following keys:
### Affinity
Affinities allow operators to express placement preferences. More details on how they work
are described in [affinities](/docs/job-specification/affinity.html)
The `Affinity` object supports the following keys:
- `LTarget` - Specifies the attribute to examine for the

View File

@@ -229,7 +229,7 @@ affinity {
Operators can run `nomad alloc status -verbose` to get more detailed information on various
factors, including affinities that affect the final placement.
#### Example Placement Metadata ####
#### Example Placement Metadata
The following is a snippet from the CLI output of `nomad alloc status -verbose <alloc-id>` showing scoring metadata.
```