https://prefect.io logo
Title
s

Scott Cressi

04/14/2023, 3:55 PM
cross posting this question: im using the helm server and work charts and i've isolated the pods with nodeselector as usual, but is there a way to isolate the job containers that spin up? they seem to create on any node they want by default. how can i control what nodes these spawn on?
j

jawnsy

04/14/2023, 6:01 PM
you can customize the manifest that gets created, there’s an example here: https://prefecthq.github.io/prefect-kubernetes/worker/ you’d use the standard Kubernetes stuff (either nodeSelector or taints/tolerations) to configure what you need