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 06:00]
admin
argo:workflow [2024/01/26 17:33] (current)
Line 3: Line 3:
 List all workflows related to a CRD 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]
 </code> </code>
  
 List all failed workflows List all failed workflows
 <code> <code>
-argo list -l workflows.argoproj.io/phase=Failed -n artifakt-workflow+argo list -l workflows.argoproj.io/phase=Failed -n [ns]
 </code> </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>