Move position of ToC (#2948)

* Move position of ToC

* add space to fix syntax parsing check
This commit is contained in:
Andrew Chen
2017-03-21 17:09:45 -07:00
committed by GitHub
parent 57e6f7a80f
commit de14357284
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -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.