diff --git a/modules/ROOT/pages/assembly_installing-pipelines.adoc b/modules/ROOT/pages/assembly_installing-pipelines.adoc new file mode 100644 index 00000000..457a6c53 --- /dev/null +++ b/modules/ROOT/pages/assembly_installing-pipelines.adoc @@ -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} diff --git a/modules/ROOT/pages/proc_installing-pipelines-operator.adoc b/modules/ROOT/pages/proc_installing-pipelines-operator.adoc index c6a9218e..4bef6c92 100644 --- a/modules/ROOT/pages/proc_installing-pipelines-operator.adoc +++ b/modules/ROOT/pages/proc_installing-pipelines-operator.adoc @@ -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`. diff --git a/modules/ROOT/pages/proc_uninstalling-pipelines-operator.adoc b/modules/ROOT/pages/proc_uninstalling-pipelines-operator.adoc index f765632b..3ef87200 100644 --- a/modules/ROOT/pages/proc_uninstalling-pipelines-operator.adoc +++ b/modules/ROOT/pages/proc_uninstalling-pipelines-operator.adoc @@ -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 @@ -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**.