Helm chart — is there a way to make tasks run on a separate node group than the
flyte-binary
pod itself? I’m looking to scale the task node group to zero when not in use, since that contains some beefier instances.
a
average-finland-92144
03/25/2025, 10:16 PM
hey Clyde
You could taint the nodegroup where the Flyte pod is running and configure a default PodTemplate with nodeSelectors that match your "beefy" nodegroup labels
f
faint-rainbow-38515
03/25/2025, 10:24 PM
Ah thank you @average-finland-92144!! I’ll give that a go!