Toleration [api_object]ai-synthesized · conf 0.82
The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.
core
A Toleration is a key-value pair that allows a pod to be scheduled on a node with a matching Taint.
Why it matters Tolerations enable pods to run on nodes with specific taints, increasing flexibility in cluster resource allocation.
Key facts - Key-value pairs - Allow pods to schedule on tainted nodes
Common pitfalls - Incorrect toleration configuration can lead to pod placement issues
Related api:Taint
Sources
swagger.json — “io.k8s.api.core.v1.Toleration”