mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
//nodes/nodes/eco-node-maintenance-operator.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="eco-setting-node-maintenance-web-console_{context}"]
|
|
= Setting a node to maintenance mode by using the web console
|
|
|
|
To set a node to maintenance mode, you can create a `NodeMaintenance` custom resource (CR) by using the web console.
|
|
|
|
.Prerequisites
|
|
|
|
* Log in as a user with `cluster-admin` privileges.
|
|
* Install the Node Maintenance Operator from the software catalog.
|
|
|
|
.Procedure
|
|
|
|
. From the *Administrator* perspective in the web console, navigate to *Ecosystem* -> *Installed Operators*.
|
|
|
|
. Select the Node Maintenance Operator from the list of Operators.
|
|
|
|
. In the *Node Maintenance* tab, click *Create NodeMaintenance*.
|
|
|
|
. In the *Create NodeMaintenance* page, select the *Form view* or the *YAML view* to configure the `NodeMaintenance` CR.
|
|
|
|
. To apply the `NodeMaintenance` CR that you have configured, click *Create*.
|
|
|
|
.Verification
|
|
|
|
In the *Node Maintenance* tab, inspect the `Status` column and verify that its status is `Succeeded`.
|