Sean Turner
10/04/2022, 7:50 PMKubernetesJob
infra blocks in a Deployment
?
e.g.
flow a
task b (uses KubernetesJob with docker image foo)
task c (uses KubernetesJob with docker image bar)
It kind of seems like I'm limited to to having one KubernetesJob
per Deployment
?Matthias
10/04/2022, 7:51 PMSean Turner
10/04/2022, 7:56 PMdeployment a (uses KubernetesJob with docker image foo)
flow a
task a
flow b (calls task b)
deployment b (uses KubernetesJob with docker image bar)
flow b
task b
flow
or task
decorators had arguments that overwrote the infra block
specified in the deployment
Matthias
10/04/2022, 8:00 PMSean Turner
10/04/2022, 8:03 PMInfra is defined on a flow level (not on a task level).I think that is a bit of a misnomer with my diagram, will edit it to make it more clear.
Anna Geller
10/04/2022, 9:08 PM