Hi. In a multi-cluster set up, how can I specify t...
# flyte-support
f
Hi. In a multi-cluster set up, how can I specify the cluster to send my workflow execution, when using FlyteRemote?
I also tried: flytectl update execution-cluster-label -p training -d production --attrFile ecl.yaml domain: production project: training value: training_dataplane_1
However, my jobs seem to be randomly routed to one of the data planes.
f
So the default routing strategy is random round robin You can only statically create these roles in oss Flyte- they can be weighted or per project
f
Statically is fine. But how?
I tried per project as above (using flytectl with execution-cluster-label), but still not working.
Ok, I was using the wrong label. It seems to be working.
👍🏽 1
Also found this pending contribution: https://github.com/flyteorg/flytekit/pull/2422/files , which is nice