Steevo Wiki

You are here: Home » argo » workflow

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
argo:workflow [2022/06/06 05:58]
admin
argo:workflow [2024/01/26 17:33] (current)
Line 1: Line 1:
 === List workflows === === List workflows ===
  
 +List all workflows related to a CRD
 <code> <code>
-argo list -l workflow.artifakt.io/kind=registry +argo list -l workflow.artifakt.io/kind=[kind] -n [ns]
-argo list -l workflows.argoproj.io/phase=Failed -n artifakt-workflow+
 </code> </code>
  
 +List all failed workflows
 +<code>
 +argo list -l workflows.argoproj.io/phase=Failed -n [ns]
 +</code>
 === Delete Failed workflows === === Delete Failed workflows ===
  
 <code> <code>
-argo delete -l workflows.argoproj.io/phase=Failed -n artifakt-workflow +argo delete -l workflows.argoproj.io/phase=Failed -n [ns] 
-argo delete -l workflows.argoproj.io/phase=Failed,workflow.artifakt.io/kind=loadbalancer -n artifakt-workflow+argo delete -l workflows.argoproj.io/phase=Failed,workflow.artifakt.io/kind=[kind] -n [ns]
 </code> </code>