Hi Team, We have integrated flyte and kueue with ...
# flyte-v1-support
m
Hi Team, We have integrated flyte and kueue with our k8s cluster. To launch a flyte workflow we require specific labels for kueue to be present. Unfortunately, when going thru console UI -> execution -> "relaunch", it seems that the labels passed to the original workflow are now gone on the relaunched workflow. This causes the relaunched workflow to be stuck in kueue queue. Is there any way to preserve the original labels after relaunching job?
f
They can be preserved if stored. They might be stored, but the ui is probably not re propagating them
Have you tried the relaunch api
Please propose a PR
Cli has relaunch too
m
I can look into using relaunch API, but I for now I wanted to use only the UI (console) for that. I assume then it is not possible?
f
I think it might be a small ui change please propose a PR