Targeting a specific node can be done in two different ways:
1. # Selecting a node name.2. # Requiring a certain label on the node,
See table below for node names and associated labels.
So if your tasks for example requires a GPU with at least 32 GB, you have to
1. # make the pod tolerate the taint "gpumem-32" (see table below).2. # make the pod require the node label "gpumem-32".
Example: