From 04bbe060ec4ad4621e39b800d8024f06dfc8cb70 Mon Sep 17 00:00:00 2001 From: Saed Alavinia Date: Wed, 25 Sep 2019 22:31:06 -0400 Subject: [PATCH] Update taint-and-toleration.md (#16558) Removing the confusing "any" --- content/en/docs/concepts/configuration/taint-and-toleration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/configuration/taint-and-toleration.md b/content/en/docs/concepts/configuration/taint-and-toleration.md index 8757386c10..3437960727 100644 --- a/content/en/docs/concepts/configuration/taint-and-toleration.md +++ b/content/en/docs/concepts/configuration/taint-and-toleration.md @@ -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,