Skip to content

Commit ecdcb70

Browse files
authored
Merge pull request #50068 from mburke5678/node-fix-cordon
GH#50067: Fix oc adm cordon output
2 parents 4046941 + 8797942 commit ecdcb70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/nodes-nodes-working-evacuating.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $ oc adm cordon <node1>
3333
node/<node1> cordoned
3434
----
3535

36-
.. Check that the node status is `NotReady,SchedulingDisabled`:
36+
.. Check that the node status is `Ready,SchedulingDisabled`:
3737
+
3838
[source,terminal]
3939
----
@@ -43,8 +43,8 @@ $ oc get node <node1>
4343
.Example output
4444
[source,terminal]
4545
----
46-
NAME STATUS ROLES AGE VERSION
47-
<node1> NotReady,SchedulingDisabled worker 1d v1.24.0
46+
NAME STATUS ROLES AGE VERSION
47+
<node1> Ready,SchedulingDisabled worker 1d v1.24.0
4848
----
4949

5050
. Evacuate the pods using one of the following methods:

0 commit comments

Comments
 (0)