acoustic-parrot-22802
08/14/2024, 1:32 PMaverage-finland-92144
08/14/2024, 1:41 PMHow to choose particular gke nodeyou could set a node affinity using Pod Templates. What is the reason to choose a particular node? is it for GPUs?
namespace to run my workflows on flytefor every project-domain, Flyte not only creates a namespace but run the execution Pods there. But if you need to indicate a particular namespace, you can set it in the Helm chart using
namespace_mapping
acoustic-parrot-22802
08/14/2024, 2:04 PMacoustic-parrot-22802
08/14/2024, 2:06 PMaverage-finland-92144
08/14/2024, 2:31 PMhow to do namespace_mapping any document availablehow did you install Flyte? is it flyte-binary or flyte-core? for flyte-binary for example it is set like this
configuration:
inline:
namespace_mapping:
template: "my_namespace"
average-finland-92144
08/14/2024, 2:34 PMacoustic-parrot-22802
08/14/2024, 5:42 PMacoustic-parrot-22802
08/14/2024, 5:42 PMacoustic-parrot-22802
08/16/2024, 10:52 AM