Skip to content

Commit 782ff1b

Browse files
authored
Merge pull request #20868 from jqmichael/patch-3
Clarify node affinity in ScheduleDaemonSetPods
2 parents d627127 + 691f866 commit 782ff1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/controllers/daemonset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ That introduces the following issues:
125125
scheduler instead of the DaemonSet controller, by adding the `NodeAffinity` term
126126
to the DaemonSet pods, instead of the `.spec.nodeName` term. The default
127127
scheduler is then used to bind the pod to the target host. If node affinity of
128-
the DaemonSet pod already exists, it is replaced. The DaemonSet controller only
128+
the DaemonSet pod already exists, it is replaced (the original node affinity was taken into account before selecting the target host). The DaemonSet controller only
129129
performs these operations when creating or modifying DaemonSet pods, and no
130130
changes are made to the `spec.template` of the DaemonSet.
131131

0 commit comments

Comments
 (0)