Fix broken refer links
This commit is contained in:
@@ -6,9 +6,9 @@ approvers:
|
|||||||
title: Assigning Pods to Nodes
|
title: Assigning Pods to Nodes
|
||||||
---
|
---
|
||||||
|
|
||||||
You can constrain a [pod](/docs/concepts/workloads/pods/pod/) to only be able to run on particular [nodes](/docs/concepts/nodes/node/) or to prefer to
|
You can constrain a [pod](/docs/concepts/workloads/pods/pod/) to only be able to run on particular [nodes](/docs/concepts/architecture/nodes/) 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/concepts/overview/working-with-objects/labels/) to make the selection.
|
||||||
Generally such constraints are unnecessary, as the scheduler will automatically do a reasonable placement
|
Generally such constraints are unnecessary, as the scheduler will automatically do a reasonable placement
|
||||||
(e.g. spread your pods across nodes, not place the pod on a node with insufficient free resources, etc.)
|
(e.g. spread your pods across nodes, not place the pod on a node with insufficient free resources, etc.)
|
||||||
but there are some circumstances where you may want more control on a node where a pod lands, e.g. to ensure
|
but there are some circumstances where you may want more control on a node where a pod lands, e.g. to ensure
|
||||||
|
|||||||
Reference in New Issue
Block a user