From 685bbf54c2a5cadb2940c276d4229470dc180a03 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Tue, 25 Oct 2016 22:24:50 +0200 Subject: Remove 'this is HEAD' warning on docs --- scheduler_algorithm.md | 34 ---------------------------------- 1 file changed, 34 deletions(-) (limited to 'scheduler_algorithm.md') diff --git a/scheduler_algorithm.md b/scheduler_algorithm.md index 01f5df82..28c6c2bc 100755 --- a/scheduler_algorithm.md +++ b/scheduler_algorithm.md @@ -1,37 +1,3 @@ - - - - -WARNING -WARNING -WARNING -WARNING -WARNING - -

PLEASE NOTE: This document applies to the HEAD of the source tree

- -If you are using a released version of Kubernetes, you should -refer to the docs that go with that version. - - - -The latest release of this document can be found -[here](http://releases.k8s.io/release-1.4/docs/devel/scheduler_algorithm.md). - -Documentation for other releases can be found at -[releases.k8s.io](http://releases.k8s.io). - --- - - - - - # Scheduler Algorithm in Kubernetes For each unscheduled Pod, the Kubernetes scheduler tries to find a node across the cluster according to a set of rules. A general introduction to the Kubernetes scheduler can be found at [scheduler.md](scheduler.md). In this document, the algorithm of how to select a node for the Pod is explained. There are two steps before a destination node of a Pod is chosen. The first step is filtering all the nodes and the second is ranking the remaining nodes to find a best fit for the Pod. -- cgit v1.2.3