about running flows on argo, I am able to run ther...
# ask-metaflow
q
about running flows on argo, I am able to run there (amazing! thx!), but when the task fails there are no logs if the kubernetes job is not running, is there anything we can do about it?
1
here is an example
there is nothing in here
a
This would depend on the kind of error. If the pod was never started there wouldn’t be any logs. Do you know the reason for the failure of the task?
q
yes, something about a python lib not present
I was able to load the logs on metaflow ui, will work for now 👍
a
depending on how you have configured your kubernetes cluster, it is likely that the pod object disappears quite soon from the cluster - which will result in logs not being available
q
that make sense, thanks ill speak with our devops
👍🏼 1