Argo Workflows
介紹
安裝
1. 使用 Helm 安裝 Controller 與 Server
helm repo add argo https://argoproj.github.io/argo-helmworkflow:
serviceAccount:
create: true
name: "argo-workflow"
rbac:
create: true
controller:
workflowNamespaces:
- default
- foo
- bar
建立範例
單一工作



有序步驟 (Steps)

DAG 模式
比較項目
steps 模式
dag 模式

CronWorkflow 定時排程
欄位
說明



Last updated