Skip to content

Commit a82d395

Browse files
authored
Merge pull request #38020 from chinmayi-chandrasekar/BZ2013911_mc_operator_UI_step
BZ2013911: correct webUI navigation step for mco
2 parents f462954 + 7fb0249 commit a82d395

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

modules/troubleshooting-disabling-autoreboot-mco-console.adoc

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[id="troubleshooting-disabling-autoreboot-mco-console_{context}"]
66
= Disabling the Machine Config Operator from automatically rebooting by using the console
77

8-
To avoid unwanted disruptions from changes made by the Machine Config Operator (MCO), you can use the {product-title} web console to modify the machine config pool (MCP) to prevent the MCO from making any changes to nodes in that pool. This prevents any reboots that would normally be part of the MCO update process.
8+
To avoid unwanted disruptions from changes made by the Machine Config Operator (MCO), you can use the {product-title} web console to modify the machine config pool (MCP) to prevent the MCO from making any changes to nodes in that pool. This prevents any reboots that would normally be part of the MCO update process.
99

1010
[NOTE]
1111
====
@@ -20,21 +20,21 @@ New CA certificates are generated at 292 days from the installation date and rem
2020

2121
.Procedure
2222

23-
To pause or unpause automatic MCO update rebooting:
23+
To pause or unpause automatic MCO update rebooting:
2424

2525
* Pause the autoreboot process:
2626

2727
. Log in to the {product-title} web console as a user with the `cluster-admin` role.
2828

29-
. Click *Compute* -> *Machine Config Pools*.
29+
. Click *Compute* -> *MachineConfigPools*.
3030

31-
. On the *Machine Config Pools* page, click either *master* or *worker*, depending upon which nodes you want to pause rebooting for.
31+
. On the *MachineConfigPools* page, click either *master* or *worker*, depending upon which nodes you want to pause rebooting for.
3232

3333
. On the *master* or *worker* page, click *YAML*.
3434

3535
. In the YAML, update the `spec.paused` field to `true`.
3636
+
37-
.Sample MachineConfigPool object
37+
.Sample MachineConfigPool object
3838
[source,yaml]
3939
----
4040
apiVersion: machineconfiguration.openshift.io/v1
@@ -46,9 +46,9 @@ spec:
4646
----
4747
<1> Update the `spec.paused` field to `true` to pause rebooting.
4848

49-
. To verify that the MCP is paused, return to the *Machine Config Pools* page.
49+
. To verify that the MCP is paused, return to the *MachineConfigPools* page.
5050
+
51-
On the *Machine Config Pools* page, the *Paused* column reports *True* for the MCP you modified.
51+
On the *MachineConfigPools* page, the *Paused* column reports *True* for the MCP you modified.
5252
+
5353
If the MCP has pending changes while paused, the *Updated* column is *False* and *Updating* is *False*. When *Updated* is *True* and *Updating* is *False*, there are no pending changes.
5454
+
@@ -57,19 +57,19 @@ If the MCP has pending changes while paused, the *Updated* column is *False* and
5757
If there are pending changes (where both the *Updated* and *Updating* columns are *False*), it is recommended to schedule a maintenance window for a reboot as early as possible. Use the following steps for unpausing the autoreboot process to apply the changes that were queued since the last reboot.
5858
====
5959

60-
* Unpause the autoreboot process:
60+
* Unpause the autoreboot process:
6161

6262
. Log in to the {product-title} web console as a user with the `cluster-admin` role.
6363

64-
. Click *Compute* -> *Machine Config Pools*.
64+
. Click *Compute* -> *MachineConfigPools*.
6565

66-
. On the *Machine Config Pools* page, click either *master* or *worker*, depending upon which nodes you want to pause rebooting for.
66+
. On the *MachineConfigPools* page, click either *master* or *worker*, depending upon which nodes you want to pause rebooting for.
6767

6868
. On the *master* or *worker* page, click *YAML*.
6969

7070
. In the YAML, update the `spec.paused` field to `false`.
7171
+
72-
.Sample MachineConfigPool object
72+
.Sample MachineConfigPool object
7373
[source,yaml]
7474
----
7575
apiVersion: machineconfiguration.openshift.io/v1
@@ -86,9 +86,8 @@ spec:
8686
By unpausing an MCP, the MCO applies all paused changes reboots {op-system-first} as needed.
8787
====
8888

89-
. To verify that the MCP is paused, return to the *Machine Config Pools* page.
89+
. To verify that the MCP is paused, return to the *MachineConfigPools* page.
9090
+
91-
On the *Machine Config Pools* page, the *Paused* column reports *False* for the MCP you modified.
91+
On the *MachineConfigPools* page, the *Paused* column reports *False* for the MCP you modified.
9292
+
9393
If the MCP is applying any pending changes, the *Updated* column is *False* and the *Updating* column is *True*. When *Updated* is *True* and *Updating* is *False*, there are no further changes being made.
94-

0 commit comments

Comments
 (0)