This message was deleted.
# aws
s
This message was deleted.
s
The auto-scaler should essentially run
kubectl drain
to evict all pods from a node before scaling it down. Then the scheduler will relaunch those pods on different nodes.
👍 1