Skip to content

Latest commit

 

History

History
 
 

Kubernetes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Remove node from scheduling

kubectl drain <node_name> --ignore-daemonsets --delete-emptydir-data

Add node back to scheduling

kubectl uncordon <node_name>