Skip to content

Commit 4059b65

Browse files
Update daemonset.md
Fix typo. than -> then
1 parent 01e4693 commit 4059b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/workloads/controllers/daemonset.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ If you specify a `.spec.template.spec.nodeSelector`, then the DaemonSet controll
9797
create Pods on nodes which match that [node
9898
selector](/docs/concepts/configuration/assign-pod-node/). Likewise if you specify a `.spec.template.spec.affinity`,
9999
then DaemonSet controller will create Pods on nodes which match that [node affinity](/docs/concepts/configuration/assign-pod-node/).
100-
If you do not specify either, than the DaemonSet controller will create Pods on all nodes.
100+
If you do not specify either, then the DaemonSet controller will create Pods on all nodes.
101101

102102
## How Daemon Pods are Scheduled
103103

0 commit comments

Comments
 (0)