1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/virt-resuming-node-maintenance-cli.adoc
2021-01-11 15:19:50 +00:00

18 lines
434 B
Plaintext

// Module included in the following assemblies:
//
// * virt/node_maintenance/virt-resuming-node.adoc
[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>
----