We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4046941 + 8797942 commit ecdcb70Copy full SHA for ecdcb70
modules/nodes-nodes-working-evacuating.adoc
@@ -33,7 +33,7 @@ $ oc adm cordon <node1>
33
node/<node1> cordoned
34
----
35
36
-.. Check that the node status is `NotReady,SchedulingDisabled`:
+.. Check that the node status is `Ready,SchedulingDisabled`:
37
+
38
[source,terminal]
39
@@ -43,8 +43,8 @@ $ oc get node <node1>
43
.Example output
44
45
46
-NAME STATUS ROLES AGE VERSION
47
-<node1> NotReady,SchedulingDisabled worker 1d v1.24.0
+NAME STATUS ROLES AGE VERSION
+<node1> Ready,SchedulingDisabled worker 1d v1.24.0
48
49
50
. Evacuate the pods using one of the following methods:
0 commit comments