https://flyte.org logo
#ask-the-community
Title
# ask-the-community
f

Felix Ruess

01/20/2023, 10:12 AM
Is it possible to somehow parametrize the generated execution and pod names?
f

Felix Ruess

01/20/2023, 1:54 PM
Not quite, was looking for something to parametrize/template the execution (and generated pod names) when launching from the UI. Also when launching a single task, the task name is part of the pod name, for tasks executed as part of a workflow not... so it's a bit cumbersome to associate them
s

Samhita Alla

01/20/2023, 1:59 PM
Not quite, was looking for something to parametrize/template the execution (and generated pod names) when launching from the UI.
It should be possible to parameterize the execution name on the UI, but it isn't possible yet. I'm not sure about pod names, though.
cc @Yee
k

Ketan (kumare3)

01/20/2023, 2:31 PM
I think execution name. Hound cascade, but we prefer not to allow it. It’s hard to guarantee uniqueness, fit etc. It seems you want to use labels. And they are supported
f

Felix Ruess

01/20/2023, 2:34 PM
right, thx, good point!