mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
34 lines
1.5 KiB
Plaintext
34 lines
1.5 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// nodes/nodes/eco-node-maintenance-operator.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="installing-node-maintenance-operator-using-web-console_{context}"]
|
|
= Installing the Node Maintenance Operator by using the web console
|
|
|
|
You can use the {product-title} web console to install the Node Maintenance Operator.
|
|
|
|
.Prerequisites
|
|
|
|
* Log in as a user with `cluster-admin` privileges.
|
|
|
|
.Procedure
|
|
|
|
. In the {product-title} web console, navigate to *Ecosystem* -> *Software Catalog*.
|
|
. Search for the Node Maintenance Operator, then click *Install*.
|
|
. Keep the default selection of *Installation mode* and *namespace* to ensure that the Operator will be installed to the `openshift-operators` namespace.
|
|
. 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:
|
|
|
|
. Navigate to the *Ecosystem* -> *Installed Operators* page and inspect the `Status` column for any errors or failures.
|
|
. Navigate to the *Ecosystem* -> *Installed Operators* -> *Node Maintenance Operator* -> *Details* page, and inspect the `Conditions` section for errors before pod creation.
|
|
. Navigate to the *Workloads* -> *Pods* page, search for the `Node Maintenance Operator` pod in the installed namespace, and check the logs in the `Logs` tab.
|