nice-account-36703
01/31/2024, 6:15 PMContainerTask
with custom PodTemplate
, and it seems like Flyte is unable to detect when the task/container has finished and written the output file. I also have a different ContainerTask
that doesn't use PodTemplate
and everything works fine there.
While looking at the task tab under execution for both, I see that the working task has container.dataConfig
while the other task has k8sPod.dataConfig
, but when I go to the task definition itself I don't see any dataConfig
anywhere, for the task that isn't working.
What am I doing wrong? Maybe I need to specify the dataConfig
manually inside the PodTemplate
? although I don't see wherehigh-park-82026
nice-account-36703
01/31/2024, 10:43 PMhigh-park-82026
high-park-82026
kubectl get pod -o yaml -n <namespace> <pod name>
? I'm looking for an additional copilot
container that should be added...nice-account-36703
02/15/2024, 7:08 PMk8sPod.dataConfig
or just decides not to create a copilot
for those
my workaround for now is using "Runtime default pod spec", so my tasks have container.dataConfig
the problem is sometimes i need a different pod spec (to add another sidecar), so this workaround isnt great