From 5d40fe87f8fce0437fd71820cf8206b349db0e5b Mon Sep 17 00:00:00 2001 From: Junseong Lee Date: Thu, 12 Jul 2018 09:38:26 +0900 Subject: [PATCH] Fix typo on daemonset.md (#9419) --- content/en/docs/concepts/workloads/controllers/daemonset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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