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.
This commit is contained in:
Guangya Liu
2017-03-12 19:29:17 +08:00
parent e889494348
commit 127276b9ea
+3
View File
@@ -5,6 +5,9 @@ assignees:
title: Assigning Pods to Nodes 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 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 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. [label selectors](/docs/user-guide/labels/) to make the selection.