From bdb105b158cfc9b3f3a95b4891f8a27acc5118f1 Mon Sep 17 00:00:00 2001 From: Kevin Quinn Date: Tue, 26 May 2026 16:39:27 +0100 Subject: [PATCH] Update PTP Operator web console installation procedure Clarify namespace creation behavior between CLI and web console installs, add keyword filter step, and update procedure steps to match current UI. Co-Authored-By: Claude Opus 4.6 --- .../nw-ptp-installing-operator-web-console.adoc | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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] ====