Raghu:
How to shift pods from controlplane node to other?
Raamkanna Saranathan:
kubectl drain controlplane --force
Raghu:
@Raamkanna Saranathan then what does cordon do ?
Raghu:
Also can you drain node from itself or you have to first ssh into other node ? i mean suppose if i have to drain master node , then do i have to log into worker node and then do drain? or i can do it from master itself
todoriri:
you could just try