Hello, I have a flyte task that will require a lot...
# flyte-support
s
Hello, I have a flyte task that will require a lot of memory. I have noticed that Karpenter always assign flyte tasks to general-purpose node groups although there are mem-intense node groups available. How can I specify some flyte tasks to be running in mem-intense nodes, and default the rest to general-purpose ones?
f
you can use node selectors and labels
s
Hi @freezing-airport-6809, Could you please point me to an example? Thanks!
t