/openshift-pipelines-kustomization

Kustomization for deploying OpenShift Pipelines (Tekton)

Apache License 2.0Apache-2.0

Kustomization for Deploying OpenShift Pipelines (Tekton)

This kustomization uses tektoncd-pipeline-operator.

Deploying OpenShift Pipelines

Install openshift-pipelines-operator using:

$ oc apply --kustomize openshift-pipelines-operator/base

Verify that the operator is running:

$ oc get pod --namespace openshift-operators | grep pipelines
openshift-pipelines-operator-9cdbbb854-rhzsx   1/1     Running   0          98s

Verify that the openshift-pipelines control plane pods are running:

$ oc get pod --namespace openshift-pipelines
NAME                                         READY   STATUS    RESTARTS   AGE
tekton-pipelines-controller-cbbbb9b6-tgxtc   1/1     Running   0          28s
tekton-pipelines-webhook-5d467b4747-hlfxx    1/1     Running   0          28s

Using OpenShift Pipelines

Download the Tekton CLI (tkn) by following the installation instructions.

Refer to the OpenShift Pipelines Tutorial.