# Install OpenShift Pipelines

OpenShift Pipelines is provided as an add-on on top of OpenShift that can be installed via an operator that is available in the OpenShift OperatorHub.

First, make sure you are in the **Administrator** perspective as shown below:

[![Administrator Perspective](https://github.com/openshift/pipelines-tutorial/raw/master/docs/images/administrator.png)](https://github.com/openshift/pipelines-tutorial/blob/master/docs/images/administrator.png)

Go to **Operators > OperatorHub** in the Web Console.

![OpenShift OperatorHub](https://github.com/openshift/pipelines-tutorial/raw/master/docs/images/operatorhub.png)

In the search bar where it says, type 'OpenShift Pipelines' to find the **OpenShift Pipelines Operator**:

![](https://3378914793-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MB3wRv-TWD5_dw_7QyA%2F-ME1xvxrmafYsrtL6Lee%2F-ME2-drEso1F_D1PRiKx%2Fimage.png?alt=media\&token=c02a05a1-9d23-4b48-b4ff-2eff4b13b9b9)

Click on **OpenShift Pipelines Operator**, **Continue**, and then **Install**:

![](https://3378914793-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MB3wRv-TWD5_dw_7QyA%2F-ME1xvxrmafYsrtL6Lee%2F-ME2-tEmHvMSSSpy7uW2%2Fimage.png?alt=media\&token=4c8111b6-e628-4a93-a789-4960e2708c08)

Leave the default settings and click on **Subscribe** in order to subscribe to the installation and update channels:

![](https://3378914793-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MB3wRv-TWD5_dw_7QyA%2F-ME1xvxrmafYsrtL6Lee%2F-ME203bZxSDpLIe2Pmum%2Fimage.png?alt=media\&token=df7095d1-7123-45d2-94bd-a2430d063b1c)

After clicking **Subscribe**, you will be taken to the **Installed Operators** page. If you do not see the **OpenShift Pipelines Operator** as shown below, simply wait a moment while the **OpenShift Pipelines Operator** finishes installation:

![](https://3378914793-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MB3wRv-TWD5_dw_7QyA%2F-ME1xvxrmafYsrtL6Lee%2F-ME20AmUu4r0YFA3bwF4%2Fimage.png?alt=media\&token=d6fcd252-67e5-4059-b0d4-21a626dba271)

That's all. The operator now installs OpenShift Pipelines on the cluster.

You can confirm the following by checking **tekton-pipelines** and **tekton-triggers** pods with `Running` state in `openshift-pipelines` namespace. If so, openshift-pipelines have been installed on your cluster.

![](https://3378914793-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MB3wRv-TWD5_dw_7QyA%2F-ME1xvxrmafYsrtL6Lee%2F-ME20TphosAN3Q1tNBSS%2Fimage.png?alt=media\&token=3355d8f7-f710-4f83-8415-f495905ccff5)
