Hello, I have a flyte task that will require a lot...
# ask-the-community
f
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?
k
you can use node selectors and labels
f
Hi @Ketan (kumare3), Could you please point me to an example? Thanks!
s