Customizing workload tolerations
The `tolerations` allow a `pod` to be scheduled on a node that has a matching taint. A taint is a key value pair that is assigned to a node. When a pod does not have a matching taint, it cannot be scheduled on that node.
The `tolerations` allow a `pod` to be scheduled on a node that has a matching taint. A taint is a key value pair that is assigned to a node. When a pod does not have a matching taint, it cannot be scheduled on that node.