From 127276b9eabbea18319c569465a7c51da9216518 Mon Sep 17 00:00:00 2001 From: Guangya Liu Date: Sun, 12 Mar 2017 19:29:17 +0800 Subject: [PATCH] Added table of content to node-selection. This can help generate the table of content so that other files can make reference of different sections. --- docs/user-guide/node-selection/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/user-guide/node-selection/index.md b/docs/user-guide/node-selection/index.md index 0f45c1f809..5e4da742e3 100644 --- a/docs/user-guide/node-selection/index.md +++ b/docs/user-guide/node-selection/index.md @@ -5,6 +5,9 @@ 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.