Schedule a pod on specific node with oc/kubectl

Applicable also with kubectl:

oc patch deploy/web1 -p '{"spec":{"template":{"spec":{"nodeSelector":{"tier":"basic"}}}}}'