Assuming pods are created from deploymnet/replicasets but no scheduler was runni . . .

Ryan Philip Lim:
Assuming pods are created from deploymnet/replicasets but no scheduler was running, all pods created have not been scheduled. When you schedule manually the pods, will those pods gets only to one node?

Sambasiva Rao:
If you specify nodeName option in the pod definition file, all the pods will be created on one node only.