From 24e92bf8a033205ca35d8d6e1596be0867e11201 Mon Sep 17 00:00:00 2001 From: houjun Date: Fri, 14 Apr 2017 09:44:33 +0800 Subject: [PATCH] The URL of [node affinity] is wrong [node affinity] should link to /docs/concepts/configuration/assign-pod-node/. --- docs/concepts/workloads/controllers/daemonset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/workloads/controllers/daemonset.md b/docs/concepts/workloads/controllers/daemonset.md index 589f959f81..5c85331365 100644 --- a/docs/concepts/workloads/controllers/daemonset.md +++ b/docs/concepts/workloads/controllers/daemonset.md @@ -75,7 +75,7 @@ a node for testing. If you specify a `.spec.template.spec.nodeSelector`, then the DaemonSet controller will create pods on nodes which match that [node 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. ## How Daemon Pods are Scheduled