diff --git a/docs/user-guide/node-selection/index.md b/docs/user-guide/node-selection/index.md index 02f2e16f8b..738f228d8c 100644 --- a/docs/user-guide/node-selection/index.md +++ b/docs/user-guide/node-selection/index.md @@ -6,6 +6,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.