Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 652 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 652 Bytes

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.