diff --git a/modules/nw-ptp-installing-operator-web-console.adoc b/modules/nw-ptp-installing-operator-web-console.adoc index 8e4d773561bb..e25d09ec3aed 100644 --- a/modules/nw-ptp-installing-operator-web-console.adoc +++ b/modules/nw-ptp-installing-operator-web-console.adoc @@ -11,8 +11,8 @@ As a cluster administrator, you can install the PTP Operator by using the web co [NOTE] ==== -You have to create the namespace and Operator group as mentioned -in the previous section. +If you are installing by using the CLI, you must create the namespace and Operator group before installing the Operator. +If you are installing by using the web console, the Operator Lifecycle Manager (OLM) automatically creates the namespace. ==== .Procedure @@ -21,15 +21,19 @@ in the previous section. .. In the {product-title} web console, click *Ecosystem* -> *Software Catalog*. -.. Choose *PTP Operator* from the list of available Operators, and then click *Install*. +.. Type `ptp` in the *Filter by keyword* box to find the PTP Operator. -.. On the *Install Operator* page, under *A specific namespace on the cluster* select *openshift-ptp*. Then, click *Install*. +.. Click the *PTP Operator* tile, and then click *Install*. + +.. On the *Install Operator* page, ensure that *A specific namespace on the cluster* is selected and the *Operator recommended Namespace* `openshift-ptp` is shown. Click *Install*. + +.. The web console displays the install progress. When the installation is complete, click *View installed Operators*. . Optional: Verify that the PTP Operator installed successfully: -.. Switch to the *Ecosystem* -> *Installed Operators* page. +.. Navigate to *Ecosystem* -> *Installed Operators*. -.. Ensure that *PTP Operator* is listed in the *openshift-ptp* project with a *Status* of *InstallSucceeded*. +.. Ensure that *PTP Operator* is listed in the *openshift-ptp* project with a *Status* of *Succeeded*. + [NOTE] ====