The URL of [node affinity] is wrong

[node affinity] should link to
/docs/concepts/configuration/assign-pod-node/.
This commit is contained in:
houjun
2017-04-14 09:44:33 +08:00
committed by Andrew Chen
parent 3e4c2bbbd9
commit 24e92bf8a0
@@ -75,7 +75,7 @@ a node for testing.
If you specify a `.spec.template.spec.nodeSelector`, then the DaemonSet controller will If you specify a `.spec.template.spec.nodeSelector`, then the DaemonSet controller will
create pods on nodes which match that [node create pods on nodes which match that [node
selector](/docs/user-guide/node-selection/). Likewise if you specify a `.spec.template.spec.affinity` selector](/docs/user-guide/node-selection/). Likewise if you specify a `.spec.template.spec.affinity`
then DaemonSet controller will create pods on nodes which match that [node affinity](../../user-guide/node-selection/index.md). then DaemonSet controller will create pods on nodes which match that [node affinity](/docs/concepts/configuration/assign-pod-node/).
If you do not specify either, then the DaemonSet controller will create pods on all nodes. If you do not specify either, then the DaemonSet controller will create pods on all nodes.
## How Daemon Pods are Scheduled ## How Daemon Pods are Scheduled