Skip to content

Commit

Permalink
Fix typo on daemonset.md (#9419)
Browse files Browse the repository at this point in the history
  • Loading branch information
hodduc authored and k8s-ci-robot committed Jul 12, 2018
1 parent c40fe8a commit 5d40fe8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d40fe8

Please sign in to comment.