Skip to content

chengjoey/pipelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A simple pipeline operator that supports dag

Installation

git clone

kubectl apply -f config/

Examples

examples/v1alpha1/pipelinerun/pipelinerun-dag.yaml is an example of a pipeline according to the dag process

kubectl apply -f examples/v1alpha1/pipelinerun/pipelinerun-dag.yaml
	 b     a
	 |    / \
	 |   |   x
	 |   | / |
	 |   y   |
	  \ /    z
	   w

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published