Skip to content

Commit

Permalink
Update daemonset.md
Browse files Browse the repository at this point in the history
Fix typo. than -> then
  • Loading branch information
steveperry-53 authored Sep 19, 2017
1 parent 01e4693 commit 4059b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/workloads/controllers/daemonset.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4059b65

Please sign in to comment.