Also, where can I set a default node selector for ...
# flyte-deployment
k
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
Cc @Dan Rammer (hamersaw) can you help here?
k
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
@Katrina P yes
default node selector
🙏 1
👍 1
221 Views