mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +03:00
review comments
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user