Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions modules/ROOT/pages/assembly_installing-pipelines.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
:parent-context-of-installing-the-pipelines-operator: {context}

[id='installing-the-pipelines-operator_{context}']
= Installing Pipelines

:context: installing-the-pipelines-operator

The following section describes how to install and uninstall OpenShift Pipelines.

include::proc_installing-pipelines-operator.adoc[leveloffset=+1]

include::proc_uninstalling-pipelines-operator.adoc[leveloffset=+1]



:context: {parent-context-of-installing-the-pipelines-operator}
7 changes: 6 additions & 1 deletion modules/ROOT/pages/proc_installing-pipelines-operator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ image::openshift_pipelines_install_subscription.png[]

. On the *Create Operator Subscription* screen, ensure the installation mode selected is *All namespaces on the cluster (default)*, then click *Subscribe*.
+
NOTE: The operator is installed automatically into the `openshift-operators` namespace. The option to install in *A specific namespace on the cluster* should be disabled. The OpenShift Pipelines operator should watch for Tekton Custom Resources across all namespaces.
[NOTE]
====
* The operator is installed automatically into the `openshift-operators` namespace. The option to install in *A specific namespace on the cluster* should be disabled. The OpenShift Pipelines operator should watch for Tekton Custom Resources across all namespaces.
* OpenShift Pipelines upgrades are handled automatically through Operator Subscription. New updates will be installed as soon as they become available.
** OpenShift Pipelines 0.5.2 has introduced changes incompatible with older versions. If the installed version is 0.5.0 or below, the operator will not be automatically upgraded. To upgrade from the 0.5.0 or below, link:proc_uninstalling-pipelines-operator.adoc[uninstall the operator] and then install it again.
====

. In the *Subscription Overview* screen, verify the installation of the operator by confirming that the *UPGRADE STATUS* is `1 installed`.
3 changes: 2 additions & 1 deletion modules/ROOT/pages/proc_uninstalling-pipelines-operator.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[id='deleting-the-projects-and-uninstalling-the-pipelines-operator_{context}']
= Deleting the project and uninstalling the pipelines operator

== Deleting the Project
Expand Down Expand Up @@ -36,6 +37,6 @@ NOTE: The operator tile will indicate it is installed.

. Once, the **OpenShift Pipelines Operator** descriptor screen appears, click **Uninstall**.

. Select **Also completely remove the Operator from the selected namespace**, in the **Remove Operator Subscription** dialog box
. Select **Also completely remove the Operator from the selected namespace**, in the **Remove Operator Subscription** dialog box.

.Click **Remove**.