mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
61 lines
1.8 KiB
Plaintext
61 lines
1.8 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * support/support-log-gather-operator-install.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="support-log-gather-install-console_{context}"]
|
|
= Installing {support-log-gather} by using the web console
|
|
|
|
You can use the web console to install the {support-log-gather}.
|
|
|
|
:FeatureName: Support Log Gather
|
|
include::snippets/technology-preview.adoc[]
|
|
|
|
.Prerequisites
|
|
|
|
* You have access to the cluster with `cluster-admin` privileges.
|
|
* You have access to the {product-title} web console.
|
|
|
|
.Procedure
|
|
|
|
. Log in to the {product-title} web console.
|
|
|
|
. Navigate to *Ecosystem* -> *Software Catalog*.
|
|
|
|
. In the filter box, enter *{support-log-gather}*.
|
|
|
|
. Select *{support-log-gather}*.
|
|
|
|
. From *Version* list, select the {support-log-gather} version, and click *Install*.
|
|
|
|
. On the *Install Operator* page, configure the installation settings:
|
|
|
|
.. Choose the *Installed Namespace* for the Operator.
|
|
+
|
|
The default Operator namespace is `must-gather-operator`. The `must-gather-operator` namespace is created automatically if it does not exist.
|
|
|
|
.. Select an *Update approval* strategy:
|
|
|
|
*** Select **Automatic** to have the Operator Lifecycle Manager (OLM) update the Operator automatically when a newer version is available.
|
|
|
|
*** Select **Manual** if Operator updates must be approved by a user with appropriate credentials.
|
|
|
|
.. Click *Install*.
|
|
|
|
|
|
.Verification
|
|
|
|
. Verify that the Operator is installed successfully:
|
|
|
|
.. Navigate to *Ecosystem* -> *Software Catalog*.
|
|
|
|
.. Verify that *{support-log-gather}* is listed with a *Status* of *Succeeded* in the `must-gather-operator` namespace.
|
|
|
|
. Verify that {support-log-gather} pods are running:
|
|
|
|
.. Navigate to *Workloads* -> *Pods*
|
|
|
|
.. Verify that the status of the {support-log-gather} pods is *Running*.
|
|
+
|
|
You can use the {support-log-gather} only after the pods are up and running.
|