List the nodes in your cluster, along with their labels:
kubectl get nodes --show-labels
Choose one of your nodes, and add a label to it:
kubectl label nodes <your-node-name> nodeName=master
Assign Pods to Nodes | Kubernetes: Add a label to a Kubernetes node