k8s.github.io

Taints and Tolerations

In this section, we will take a look at taints and tolerations.

Taints and Tolerations are used to set restrictions on what pods can be scheduled on a node.

Taints

Tolerations

tp

Taints and Tolerations do not tell the pod to go to a particular node. Instead, they tell the node to only accept pods with certain tolerations.

tntm

K8s Reference Docs