The flip-coin pipeline is used to demonstrate the use of conditions.
- Install KFP Tekton prerequisites
- 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.