From 7e216508498c9d67e090b239d9d56f31a8fd5f4d Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Thu, 24 Jan 2019 17:20:22 -0600 Subject: [PATCH] Delete intro section which is now in index page --- .../docs/internals/scheduling/scheduling.html.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/website/source/docs/internals/scheduling/scheduling.html.md b/website/source/docs/internals/scheduling/scheduling.html.md index 6a9f46204..b163270de 100644 --- a/website/source/docs/internals/scheduling/scheduling.html.md +++ b/website/source/docs/internals/scheduling/scheduling.html.md @@ -6,21 +6,6 @@ description: |- Learn about how scheduling works in Nomad. --- -# Scheduling - -Scheduling is a core function of Nomad. It is the process of assigning tasks -from jobs to client machines. This process must respect the constraints as -declared in the job, and optimize for resource utilization. This page documents -the details of how scheduling works in Nomad to help both users and developers -build a mental model. The design is heavily inspired by Google's work on both -[Omega: flexible, scalable schedulers for large compute clusters][Omega] and -[Large-scale cluster management at Google with Borg][Borg]. - -~> **Advanced Topic!** This page covers technical details of Nomad. You do not -~> need to understand these details to effectively use Nomad. The details are -~> documented here for those who wish to learn about them without having to -~> go spelunking through the source code. - # Scheduling in Nomad [![Nomad Data Model][img-data-model]][img-data-model]