Files
kubernetes-course/tolerations
Edward Viaene e302b12a6d tolerations
2018-08-06 14:23:22 +00:00
..
2018-08-06 14:23:22 +00:00
2018-08-06 14:23:22 +00:00

Taint and Tolerations

Taint a node

kubectl taint nodes NODE-NAME type=specialnode:NoSchedule

Taint a node with NoExecute

kubectl taint nodes NODE-NAME testkey=testvalue:NoExecute