Hi team, how can I tell my job to use a specific n...
# deployment-kubernetes
q
Hi team, how can I tell my job to use a specific node pool in k8s? What specific config should I pass to the tags?
a
Copy code
dagster-k8s/config: {"pod_spec_config": {"node_selector": {<key>: <value>}}}
q
Thanks @Adam Bloom. My colleagues and I were thinking
JobSpecConfig.selector
instead. Can you help us clarify this so I can explain to the team?
Also what would I pass as the
<key>
?
q
Thanks @Adam Bloom!