From de143572847b5be059de00e7b280365d1ac0c1d4 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Tue, 21 Mar 2017 17:09:45 -0700 Subject: [PATCH] Move position of ToC (#2948) * Move position of ToC * add space to fix syntax parsing check --- docs/admin/node-allocatable.md | 6 +++--- docs/user-guide/node-selection/index.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/admin/node-allocatable.md b/docs/admin/node-allocatable.md index cfed4a7ba4..91cd9ecdc8 100644 --- a/docs/admin/node-allocatable.md +++ b/docs/admin/node-allocatable.md @@ -1,8 +1,8 @@ --- assignees: --vishh --derekwaynecarr --dashpole +- vishh +- derekwaynecarr +- dashpole title: Reserving Compute Resources for System Daemons --- diff --git a/docs/user-guide/node-selection/index.md b/docs/user-guide/node-selection/index.md index 738f228d8c..5180604cfe 100644 --- a/docs/user-guide/node-selection/index.md +++ b/docs/user-guide/node-selection/index.md @@ -6,9 +6,6 @@ assignees: title: Assigning Pods to Nodes --- -* TOC -{:toc} - You can constrain a [pod](/docs/user-guide/pods/) to only be able to run on particular [nodes](/docs/admin/node/) or to prefer to run on particular nodes. There are several ways to do this, and they all use [label selectors](/docs/user-guide/labels/) to make the selection. @@ -21,6 +18,9 @@ services that communicate a lot into the same availability zone. You can find all the files for these examples [in our docs repo here](https://github.com/kubernetes/kubernetes.github.io/tree/{{page.docsbranch}}/docs/user-guide/node-selection). +* TOC +{:toc} + ## nodeSelector `nodeSelector` is the simplest form of constraint.