From be43ae77f074d98b9d733b5e552aeed1629d1d04 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Wed, 22 Jul 2020 08:57:43 -0700 Subject: [PATCH] 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. --- website/pages/docs/internals/scheduling/scheduling.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/pages/docs/internals/scheduling/scheduling.mdx b/website/pages/docs/internals/scheduling/scheduling.mdx index 96c9ff198..0283aade2 100644 --- a/website/pages/docs/internals/scheduling/scheduling.mdx +++ b/website/pages/docs/internals/scheduling/scheduling.mdx @@ -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` 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 -for internal maintenance. Nomad can be extended to support custom schedulers as -well. +for internal maintenance. Schedulers are responsible for processing an evaluation and generating an allocation _plan_. The plan is the set of allocations to evict, update, or