https://flyte.org logo
k

Katrina P

07/14/2022, 11:35 PM
Also, where can I set a default node selector for all the workflow pods to execute on? I need to ensure every pod in flyte and the workflows it kicks off are assigned to a specific node. I assume somewhere in the flyte_propeller configMap
k

Ketan (kumare3)

07/15/2022, 12:51 AM
Cc @Dan Rammer (hamersaw) can you help here?
k

Katrina P

07/15/2022, 4:54 PM
I think i figured it out, I set the following:
copilot.yaml: |
plugins:
k8s:
co-pilot:
image: <http://cr.flyte.org/flyteorg/flytecopilot:v0.0.24|cr.flyte.org/flyteorg/flytecopilot:v0.0.24>
name: flyte-copilot-
start-timeout: 30s
default-node-selector:
role: flyte
But just want to be sure that's all I need to do
k

Ketan (kumare3)

07/15/2022, 5:13 PM
@Katrina P yes
default node selector
🙏 1
👍 1
8 Views