Skip to content

Commit

Permalink
Update taint-and-toleration.md
Browse files Browse the repository at this point in the history
Removing the confusing "any"
  • Loading branch information
saedalavinia authored Sep 26, 2019
1 parent 3a2a59c commit 0594a9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ already running on the node when the taint is added, because the third taint is
one of the three that is not tolerated by the pod.

Normally, if a taint with effect `NoExecute` is added to a node, then any pods that do
not tolerate the taint will be evicted immediately, and any pods that do tolerate the
not tolerate the taint will be evicted immediately, and pods that do tolerate the
taint will never be evicted. However, a toleration with `NoExecute` effect can specify
an optional `tolerationSeconds` field that dictates how long the pod will stay bound
to the node after the taint is added. For example,
Expand Down

0 comments on commit 0594a9c

Please sign in to comment.