We’re Almost Ready to Write Some Code… But First - Tekton!

less than 1 minute read

Today, I am going to show you how to install the OpenShift Pipelines operator in your disconnected cluster.

The project that OpenShift Pipelines is built from is here: https://github.com/tektoncd/operator. It is part of the Tekton project.

We’re going to build the operator from source, after patching the manifests to pull images from your local Nexus running on the bastion host.

Follow the tutorial here: How To Install OpenShift Pipelines On A Disconnected Network

Next week, we’ll deploy a Quarkus application with Tekton!

Updated: