Files
website/content/en/docs/reference/glossary/taint.md
T
Joe Searcy 57436d374a Added taint and toleration glossary entries (#12162)
* Added taint and toleration glossary entries

* Fixed syntax for tooltip references

* Fixed the last syntax error for tooltip references
2019-01-18 13:25:35 -08:00

742 B

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
Taint taint 2019-01-11 docs/concepts/configuration/taint-and-toleration/ A key-value pair and an effect to prevent the scheduling of pods on nodes or node groups.
core-object
fundamental

A key-value pair and an effect to prevent the scheduling of pods on nodes or node groups.

Taints and {{< glossary_tooltip text="Tolerations" term_id="toleration" >}} work together to ensure that pods are not scheduled onto inappropriate nodes. One or more taints are applied to a {{< glossary_tooltip text="node" term_id="node" >}}; this marks that the {{< glossary_tooltip text="node" term_id="node" >}} should not accept any pods that do not tolerate the taints.