Skip to content

Latest commit

 

History

History

flip-coin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

The flip-coin pipeline

The flip-coin pipeline is used to demonstrate the use of conditions.

prerequisites

Instructions

  • Compile the flip-coin pipeline using the compiler inside the python code. The kfp-tekton SDK will produce a Tekton pipeline yaml definition in the same directory called condition.yaml.
    # Compile the python code
    python condition.py
    

Then, upload the condition.yaml file to the Kubeflow pipeline dashboard with Tekton Backend to run this pipeline.