mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
19 lines
460 B
Plaintext
19 lines
460 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * virt/node_maintenance/virt-resuming-node.adoc
|
|
|
|
:_content-type: PROCEDURE
|
|
[id="virt-resuming-node-maintenance-cli_{context}"]
|
|
= Resuming a node from maintenance mode in the CLI
|
|
|
|
Resume a node from maintenance mode by making it schedulable again.
|
|
|
|
.Procedure
|
|
|
|
* Mark the node as schedulable. You can then resume scheduling new workloads on the node.
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc adm uncordon <node1>
|
|
----
|