I used this line o get the failed pods: workflow.failures
, so I would like to get the same info about the nodes that have finished successfully. Is there a command to get the information about the ones that ended correctly??. I'm using Argo 3
There is no workflow.nodes
global variable. But if you have kubectl access to get the JSON representation of the workflow, you can get information about executed nodes.
kubectl get wf my-workflow -ojson | jq '.status.nodes