From d2f168f4635aa27a3eec73fd00503b970325d27d Mon Sep 17 00:00:00 2001 From: Dipankar Das Date: Thu, 2 Jun 2022 16:33:22 +0530 Subject: [PATCH] verbose explaination is added Signed-off-by: Dipankar Das --- .../docs/concepts/scheduling-eviction/taint-and-toleration.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md b/content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md index 17740f331c..d98a527e13 100644 --- a/content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md +++ b/content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md @@ -15,8 +15,7 @@ is a property of {{< glossary_tooltip text="Pods" term_id="pod" >}} that *attrac a set of {{< glossary_tooltip text="nodes" term_id="node" >}} (either as a preference or a hard requirement). _Taints_ are the opposite -- they allow a node to repel a set of pods. -_Tolerations_ are applied to pods, it does not guarantee that pod will get scheduled -onto nodes with matching taints. +_Tolerations_ are applied to pods, if it matches the Taints in any node it is scheduled, but it does not guarantee as scheduler has other paramters to decide. Taints and tolerations work together to ensure that pods are not scheduled onto inappropriate nodes. One or more taints are applied to a node; this