mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
Updated Placement tables for consistency
This commit is contained in:
@@ -14,11 +14,7 @@ description: |-
|
||||
<th width="120">Placement</th>
|
||||
<td>
|
||||
<code>job -> group -> task -> service -> **check_restart**</code>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th width="120">Placement</th>
|
||||
<td>
|
||||
<br>
|
||||
<code>job -> group -> task -> service -> check -> **check_restart**</code>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -15,8 +15,7 @@ description: |-
|
||||
<th width="120">Placement</th>
|
||||
<td>
|
||||
<code>job -> **migrate**</code>
|
||||
</td>
|
||||
<td>
|
||||
<br>
|
||||
<code>job -> group -> **migrate**</code>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -16,8 +16,7 @@ description: |-
|
||||
<th width="120">Placement</th>
|
||||
<td>
|
||||
<code>job -> **reschedule**</code>
|
||||
</td>
|
||||
<td>
|
||||
<br>
|
||||
<code>job -> group -> **reschedule**</code>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -9,6 +9,14 @@ description: |-
|
||||
|
||||
# `task` Stanza
|
||||
|
||||
<table class="table table-bordered table-striped">
|
||||
<tr>
|
||||
<th width="120">Placement</th>
|
||||
<td>
|
||||
<code>job -> group -> **task**</code>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
The `task` stanza creates an individual unit of work, such as a Docker
|
||||
container, web application, or batch processing.
|
||||
|
||||
|
||||
@@ -15,8 +15,7 @@ description: |-
|
||||
<th width="120">Placement</th>
|
||||
<td>
|
||||
<code>job -> **update**</code>
|
||||
</td>
|
||||
<td>
|
||||
<br>
|
||||
<code>job -> group -> **update**</code>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user