cross posting this question: im using the helm ser...
# prefect-cloud
s
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
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