diff --git a/content/en/docs/concepts/workloads/controllers/daemonset.md b/content/en/docs/concepts/workloads/controllers/daemonset.md index 880ad43961..a3f1b07785 100644 --- a/content/en/docs/concepts/workloads/controllers/daemonset.md +++ b/content/en/docs/concepts/workloads/controllers/daemonset.md @@ -153,7 +153,7 @@ nodeAffinity: In addition, `node.kubernetes.io/unschedulable:NoSchedule` toleration is added automatically to DaemonSet Pods. The DaemonSet controller ignores `unschedulable` Nodes when scheduling DaemonSet Pods. You must enable -`TaintModesByCondition` to ensure that the default scheduler behaves the same +`TaintNodesByCondition` to ensure that the default scheduler behaves the same way and schedules DaemonSet pods on `unschedulable` nodes. When this feature and `TaintNodesByCondition` are enabled together, if DaemonSet