mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
website: improve cross linking
This commit is contained in:
@@ -13,8 +13,8 @@ isolation. By having extensible task drivers, Nomad has the flexibility to
|
||||
support a broad set of workloads across all major operating systems.
|
||||
|
||||
The list of supported task is on the left. Each task driver documents the
|
||||
configuration available in a job specification, the environments it can be
|
||||
used in, and the resource isolation mechanisms available.
|
||||
configuration available in a [job specification](/docs/jobspec/index.html),
|
||||
the environments it can be used in, and the resource isolation mechanisms available.
|
||||
|
||||
Nomad strives to mask the details of running a task from users and instead
|
||||
provides a clean abstraction. It is possible for the same task to be executed
|
||||
|
||||
@@ -150,9 +150,9 @@ The `group` object supports the following keys:
|
||||
|
||||
The `task` object supports the following keys:
|
||||
|
||||
* `driver` - Specifies the driver that should be used to run the
|
||||
task. See the driver documentation for what is available. Examples
|
||||
include "docker", "qemu", "java", and "exec".
|
||||
* `driver` - Specifies the task driver that should be used to run the
|
||||
task. See the [driver documentation](/docs/drivers/index.html) for what
|
||||
is available. Examples include "docker", "qemu", "java", and "exec".
|
||||
|
||||
* `constraint` - This can be provided multiple times to define additional
|
||||
constraints. See the constraint reference for more details.
|
||||
@@ -256,6 +256,10 @@ Below is a table documenting common node attributes:
|
||||
<td>cpu.numcores</td>
|
||||
<td>Number of CPU cores on the client</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>driver.\<key\></td>
|
||||
<td>See the [task drivers](/docs/drivers/index.html) for attribute documentation</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>hostname</td>
|
||||
<td>Hostname of the client</td>
|
||||
|
||||
Reference in New Issue
Block a user