ancient-wolf-19325
08/14/2024, 1:32 PMflyte_propeller configMap.
plugins:
k8s:
default-node-selector:
role: flyte
Refer to this discussion for more details.
2. Namespace Configuration: To run workflows in a specific namespace, you can override the default namespace in the Flyte configuration. This can be done by setting the namespace_mapping in the Flyte configuration.
configuration:
inline:
namespace_mapping:
template: "my_namespace"
Refer to this GitHub issue for more details.
Would you like more details on how to implement these configurations?
Sources:
- Flyte Deployment Discussion
- Flyte GitHub Issue #5376
Slack Link
https://flyte-org.slack.com/archives/CP2HDHKE1/p1723642356.374689 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.