Skip to content
Open
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: 10 additions & 6 deletions modules/nw-ptp-installing-operator-web-console.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
====
Expand Down