When I execute a flyte workflow, do the nodes in that workflow run in separate Kubernetes pods? If so, How can I adjust the amount of cpu/memory I allocate to a particular kubernetes pod?
f
freezing-airport-6809
09/09/2022, 12:55 AM
Yes they do
freezing-airport-6809
09/09/2022, 12:55 AM
You can adjust by passing resources to every task
freezing-airport-6809
09/09/2022, 12:55 AM
Even in unionml
freezing-airport-6809
09/09/2022, 12:55 AM
Cc @high-accountant-32689 can you share an example