mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
Typo
Copy & paste isn't the best practice
This commit is contained in:
@@ -29,7 +29,7 @@ spelunking through the source code.
|
||||
There are four primary "nouns" in Nomad; jobs, nodes, allocations, and evaluations.
|
||||
Jobs are submitted by users and represent a _desired state_. A job is a declarative description
|
||||
of tasks to run which are bounded by constraints and require resources. Tasks can be scheduled on
|
||||
nodes in the cluster runnaing the Nomad client. The mapping of tasks in a job to clients is done
|
||||
nodes in the cluster running the Nomad client. The mapping of tasks in a job to clients is done
|
||||
using allocations. An allocation is used to declare that a set of tasks in a job should be run
|
||||
on a particular node. Scheduling is the process of determining the appropriate allocations and
|
||||
is done as part of an evaluation.
|
||||
|
||||
Reference in New Issue
Block a user