nodeSelector for module type container
# 🌱|help-and-getting-started
f
Hi folks. Just curious if there is a way to apply a nodeSelector to a module of type container. It's easy to do this with Kubernetes module type, of course, but specifically, I'm trying to do this for a task (e2e tests). They chew up a ton of resources and I would like to run them on specific nodes. Thanks!
q
Hi Jack, apologies for the delay most of the team has been out on vacation.
If you can reference your container from a kubernetes or helm module then your task will inherit the nodeSelector field but as I understand this is something you'd rather not do
In that case I'd submit a feature request
If I misunderstood let me know
6 Views