Move position of ToC (#2948)
* Move position of ToC * add space to fix syntax parsing check
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
assignees:
|
assignees:
|
||||||
-vishh
|
- vishh
|
||||||
-derekwaynecarr
|
- derekwaynecarr
|
||||||
-dashpole
|
- dashpole
|
||||||
title: Reserving Compute Resources for System Daemons
|
title: Reserving Compute Resources for System Daemons
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,6 @@ 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.
|
||||||
@@ -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
|
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).
|
repo here](https://github.com/kubernetes/kubernetes.github.io/tree/{{page.docsbranch}}/docs/user-guide/node-selection).
|
||||||
|
|
||||||
|
* TOC
|
||||||
|
{:toc}
|
||||||
|
|
||||||
## nodeSelector
|
## nodeSelector
|
||||||
|
|
||||||
`nodeSelector` is the simplest form of constraint.
|
`nodeSelector` is the simplest form of constraint.
|
||||||
|
|||||||
Reference in New Issue
Block a user