You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/workloads/controllers/daemonset.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ That introduces the following issues:
125
125
scheduler instead of the DaemonSet controller, by adding the `NodeAffinity` term
126
126
to the DaemonSet pods, instead of the `.spec.nodeName` term. The default
127
127
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
129
129
performs these operations when creating or modifying DaemonSet pods, and no
130
130
changes are made to the `spec.template` of the DaemonSet.
0 commit comments