Skip to content

Commit a693563

Browse files
Michael Burkeopenshift-cherrypick-robot
authored andcommitted
OCPBUGS 59892 Update Description for READYMACHINECOUNT
1 parent b78cd7b commit a693563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/checking-mco-status.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ UPDATED:: The `True` status indicates that the MCO has applied the current machi
3131
UPDATING:: The `True` status indicates that the MCO is applying the desired machine config, as specified in the `MachineConfigPool` custom resource, to at least one of the nodes in that MCP. The desired machine config is the new, edited machine config. Nodes that are updating might not be available for scheduling. The `False` status indicates that all nodes in the MCP are updated.
3232
DEGRADED:: A `True` status indicates the MCO is blocked from applying the current or desired machine config to at least one of the nodes in that MCP, or the configuration is failing. Nodes that are degraded might not be available for scheduling. A `False` status indicates that all nodes in the MCP are ready.
3333
MACHINECOUNT:: Indicates the total number of machines in that MCP.
34-
READYMACHINECOUNT:: Indicates the total number of machines in that MCP that are ready for scheduling.
34+
READYMACHINECOUNT:: Indicates the number of machines that are both running the current machine config and are ready for scheduling. This count is always less than or equal to the `UPDATEDMACHINECOUNT` number.
3535
UPDATEDMACHINECOUNT:: Indicates the total number of machines in that MCP that have the current machine config.
3636
DEGRADEDMACHINECOUNT:: Indicates the total number of machines in that MCP that are marked as degraded or unreconcilable.
3737
--

0 commit comments

Comments
 (0)