Add a line about tolerations

This commit is contained in:
Jerome Petazzoni
2018-04-19 06:25:41 -05:00
parent 25f081c0b7
commit 101ab0c11a

View File

@@ -232,7 +232,9 @@ We also have one too many pods.
The daemon set created one pod per node, except on the master node.
The master node has [taints](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) preventing ordinary pods from running there.
The master node has [taints](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) preventing pods from running there.
(To schedule a pod on this node anyway, the pod will require appropriate [tolerations](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/).)
---