kubectl drain node02 --ignore-daemonsets

kubectl patch node node02 -p '{"spec":{"unschedulable":true}}'

解除不可用(即改为可用)

kubectl patch node node02 -p '{"spec":{"unschedulable":false}}'