mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 11:25:41 +03:00
docs: improve diagram on jobspec overview for multi group + tasks. (#18394)
This commit is contained in:
@@ -22,12 +22,17 @@ The general hierarchy for a job is:
|
||||
```text
|
||||
job
|
||||
\_ group
|
||||
| \_ task
|
||||
| \_ task
|
||||
|
|
||||
\_ group
|
||||
\_ task
|
||||
\_ task
|
||||
```
|
||||
|
||||
Each job file has only a single job, however a job may have multiple groups, and
|
||||
each group may have multiple tasks. Groups contain a set of tasks that are
|
||||
co-located on a machine.
|
||||
co-located on the same Nomad client.
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user