Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

noseka1/openshift-pipelines-kustomization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Kustomization for deploying OpenShift Pipelines (Tekton)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published