Kubernetes 101 : Taints on the master nodes and pod's toleration



Usually we can't schedule any pods on the master nodes
The master nodes have a "taint" that prohibits pods that don't tolerate that "taint" to be scheduled on them.


We could see the "taint" of the master node using the below command:


We add toleration to a pod to be able to be scheduled on the master node as below - some parameters are omitted in the Yaml file -:


Comments

Leave as a comment:

Archive