Skip to content
Discussion options

You must be logged in to vote

you can use jq, something like:

kubectl get wf {{workflow.name}} -o json | jq '..|.image? | select( . != null )'

or to inspect all related pods:

kubectl get po -l workflows.argoproj.io/workflow={{workflow.name}}  -o json |  jq '..|.image? | select( . != null )'

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@larrycai
Comment options

Comment options

You must be logged in to vote
2 replies
@larrycai
Comment options

@larrycai
Comment options

Answer selected by larrycai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants