Merge pull request #2778 from gyliu513/table-content

Added table of content to node-selection.
This commit is contained in:
Andrew Chen
2017-03-21 16:52:33 -07:00
committed by GitHub
+3
View File
@@ -6,6 +6,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.