Hi Guys... In Lightning Lab - 1 -Question-1 ... the deployment gold-nginx shoul . . .

Roshan Ranasinghe:
Hi Guys… In Lightning Lab - 1 -Question-1 …
the deployment gold-nginx should be rescheduled on an alternate node before upgrading each node.
How can I do this reschedule ?

George Lazaroff:

kubectl drain node01 --ignore-daemonsets

Roshan Ranasinghe:
I wanted to know some other way . @George Lazaroff thanks

Sachin Sud:
Then you can use node selector

Mohamed Ayman:
The best approach when you have maintenance on the node, use the kubectl drain command.