Merge pull request #1956 from andrewwatson/patch-3

Header displayed twice
This commit is contained in:
devin-donnelly
2016-12-20 19:40:32 -05:00
committed by GitHub
-2
View File
@@ -5,8 +5,6 @@ assignees:
title: Assigning Pods to Nodes title: Assigning Pods to Nodes
--- ---
# Constraining pods to run on particular nodes
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.