You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When I run a multi step argo workflow and want to see logs for each steps, I have to dig them from all pods, one after the other, following the dag flow.
Describe the solution you'd like
I'd love to see all pod logs from an argo-workflows workflow, like I can do with deployments for example, using the l command.
Describe alternatives you've considered
Use stern with the workflow label, but it makes me go out of k9s, which is not good ux.
Additional context
argo-workflows Workflow resource is the owner of the pods. Maybe there's a way to tail logs from a resource descendant pods so the implementation is not specific to argo-workflows but to any other tool with the same setup.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When I run a multi step argo workflow and want to see logs for each steps, I have to dig them from all pods, one after the other, following the dag flow.
Describe the solution you'd like
I'd love to see all pod logs from an argo-workflows workflow, like I can do with deployments for example, using the
l
command.Describe alternatives you've considered
Use stern with the workflow label, but it makes me go out of k9s, which is not good ux.
Additional context
argo-workflows Workflow resource is the owner of the pods. Maybe there's a way to tail logs from a resource descendant pods so the implementation is not specific to argo-workflows but to any other tool with the same setup.
The text was updated successfully, but these errors were encountered: