1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/metallb-installing-using-web-console.adoc
2023-10-30 10:13:25 -04:00

38 lines
1.6 KiB
Plaintext

// Module included in the following assemblies:
//
// * networking/metallb/metallb-operator-install.adoc
:_mod-docs-content-type: PROCEDURE
[id="installing-the-metallb-operator-using-web-console_{context}"]
= Installing the MetalLB Operator from the OperatorHub using the web console
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 *Operators* -> *OperatorHub*.
. 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 *Operators* -> *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 *Operators* -> *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.