123456
# move pods to other nodes and cordon the nodekubectl drain node1# mark node unschedulablekubectl cordon node1# mark node schedulablekubectl uncordon node1