mirror of
https://github.com/wardviaene/kubernetes-course.git
synced 2026-08-24 20:27:14 +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