docs: remove mention of custom schedulers
Not sure if this was meant to imply adding more schedulers to Nomad is easy, or that we plan on adding pluggable schedulers. Either way, neither of those statements is really true unless you really stretch the definitions of "easy" and "plan". So remove this sentence as I can't imagine it does anything other than confuse people.
This commit is contained in:
parent
91e55d4bc3
commit
be43ae77f0
|
@ -42,8 +42,7 @@ and then invoke the appropriate scheduler as specified by the job. Nomad ships
|
||||||
with a `service` scheduler that optimizes for long-lived services, a `batch`
|
with a `service` scheduler that optimizes for long-lived services, a `batch`
|
||||||
scheduler that is used for fast placement of batch jobs, a `system` scheduler
|
scheduler that is used for fast placement of batch jobs, a `system` scheduler
|
||||||
that is used to run jobs on every node, and a `core` scheduler which is used
|
that is used to run jobs on every node, and a `core` scheduler which is used
|
||||||
for internal maintenance. Nomad can be extended to support custom schedulers as
|
for internal maintenance.
|
||||||
well.
|
|
||||||
|
|
||||||
Schedulers are responsible for processing an evaluation and generating an
|
Schedulers are responsible for processing an evaluation and generating an
|
||||||
allocation _plan_. The plan is the set of allocations to evict, update, or
|
allocation _plan_. The plan is the set of allocations to evict, update, or
|
||||||
|
|
Loading…
Reference in New Issue