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-resuming-node-maintenance-web-console_{context}"]
|
|
= Resuming a node from maintenance mode by using the web console
|
|
|
|
To resume a node from maintenance mode, you can delete 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, select the `NodeMaintenance` CR that you want to delete.
|
|
|
|
. Click the Options menu {kebab} at the end of the node and select *Delete NodeMaintenance*.
|
|
|
|
.Verification
|
|
|
|
. In the {product-title} console, click *Compute → Nodes*.
|
|
|
|
. Inspect the `Status` column of the node for which you deleted the `NodeMaintenance` CR and verify that its status is `Ready`.
|