Soft requirements for nodes for pods in kubernetes

Is there any way to have soft requirements for pods to run a specific node, rather than nodeSelector where it is a hard requirement and it just wont run, I would prefer my pods to run on a specific node but would be fine if it ran on another one.

1 Like