Hey everyone! I’m using the `flyte-binary` Helm ch...
# flyte-support
f
Hey everyone! I’m using the
flyte-binary
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
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
Ah thank you @average-finland-92144!! I’ll give that a go!