mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
39 lines
1.6 KiB
Plaintext
39 lines
1.6 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * networking/metallb/metallb-operator-install.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="metallb-installing-using-web-console_{context}"]
|
|
= Installing the MetalLB Operator from the software catalog by using the web console
|
|
|
|
[role="_abstract"]
|
|
As a cluster administrator, you can install the MetalLB Operator by using the {product-title} web console.
|
|
|
|
.Prerequisites
|
|
|
|
* Log in as a user with `cluster-admin` privileges.
|
|
|
|
.Procedure
|
|
|
|
. In the {product-title} web console, navigate to *Ecosystem* -> *Software Catalog*.
|
|
|
|
. Type a keyword into the *Filter by keyword* box or scroll to find the Operator you want. For example, type `metallb` to find the MetalLB Operator.
|
|
+
|
|
You can also filter options by *Infrastructure Features*. For example, select *Disconnected* if you want to see Operators that work in disconnected environments, also known as restricted network environments.
|
|
|
|
. On the *Install Operator* page, accept the defaults and click *Install*.
|
|
|
|
.Verification
|
|
|
|
. To confirm that the installation is successful:
|
|
|
|
.. Navigate to the *Ecosystem* -> *Installed Operators* page.
|
|
|
|
.. Check that the Operator is installed in the `openshift-operators` namespace and that its status is `Succeeded`.
|
|
|
|
. If the Operator is not installed successfully, check the status of the Operator and review the logs:
|
|
|
|
.. Navigate to the *Ecosystem* -> *Installed Operators* page and inspect the `Status` column for any errors or failures.
|
|
|
|
.. Navigate to the *Workloads* -> *Pods* page and check the logs in any pods in the `openshift-operators` project that are reporting issues.
|