From 4059b65e4ee7c50106d6e82b7603dded1acb888d Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Tue, 19 Sep 2017 14:59:22 -0700 Subject: [PATCH] Update daemonset.md Fix typo. than -> then --- 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 beec88c546a5b..69920f92e9d5f 100644 --- a/docs/concepts/workloads/controllers/daemonset.md +++ b/docs/concepts/workloads/controllers/daemonset.md @@ -97,7 +97,7 @@ If you specify a `.spec.template.spec.nodeSelector`, then the DaemonSet controll create Pods on nodes which match that [node selector](/docs/concepts/configuration/assign-pod-node/). Likewise if you specify a `.spec.template.spec.affinity`, 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, than 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