Skip to content

Commit 1bf5678

Browse files
authored
Merge pull request #102928 from mburke5678/mco-mcn-change-heading-1
MCO Update the machine config node module title to be more JTBD
2 parents 317c25b + dddd772 commit 1bf5678

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

modules/checking-mco-node-status-configuring.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="checking-mco-node-status-configuring_{context}"]
7-
= Checking machine config node status
7+
= Checking node status during updates
88

9+
[role="_abstract"]
910
During the update of a machine config pool (MCP), you can monitor the progress of all of the nodes in your cluster by using the `oc get machineconfignodes` and `oc describe machineconfignodes` commands. These commands provide information that can be helpful if issues arise during the update and you need to troubleshoot a node.
1011

1112
For more information on the meaning of these fields, see "About checking machine config node status."

modules/checking-mco-node-status.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
:_mod-docs-content-type: CONCEPT
66
[id="checking-mco-node-status_{context}"]
7-
= About checking machine config node status
7+
= About node status during updates
88

9-
If you make changes to a machine config pool (MCP) that results in a new machine config, for example by using a `MachineConfig` or `KubeletConfig` object, you can get detailed information about the progress of the node updates by using the machine config nodes custom resource.
9+
[role="_abstract"]
10+
If you make changes to a machine config pool (MCP) that results in a new machine config, for example by using a `MachineConfig` or `KubeletConfig` object, you can get detailed information about the progress of the node updates by using the machine config nodes custom resource. This information can be helpful if issues arise during the update and you need to troubleshoot a node.
1011

1112
The `MachineConfigNode` custom resource allows you to monitor the progress of individual node updates as they move through the update phases. This information can be helpful with troubleshooting if one of the nodes has an issue during the update. The custom resource reports where in the update process the node is at the moment, the phases that have completed, and the phases that are remaining.
1213

0 commit comments

Comments
 (0)