Run a pod in OpenShift which overrides nodeSelector
oc run nginx --image=bitnami/nginx --overrides='{"spec": { "nodeSelector": {"nodename": "crc"}}}'