Skip to content

Latest commit

 

History

History
 
 

tolerations

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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