Merge pull request #1956 from andrewwatson/patch-3
Header displayed twice
This commit is contained in:
commit
a196d0df86
|
|
@ -5,8 +5,6 @@ assignees:
|
|||
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
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue