Skip to content

Commit a7dba3f

Browse files
authored
Merge pull request #27118 from mburke5678/BZ-1889589
Document causes of automated reboots and MCO pause behavior
2 parents 8fef7f2 + 91f168a commit a7dba3f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

architecture/control-plane.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ include::modules/operators-overview.adoc[leveloffset=+2]
1212

1313
include::modules/update-service-overview.adoc[leveloffset=+3]
1414

15-
include::modules/understanding-machine-config-operator.adoc[leveloffset=+3]
15+
include::modules/understanding-machine-config-operator.adoc[leveloffset=+3]
16+
17+
.Additional information
18+
19+
For information on preventing the control plane machines from after the Machine Congig Operator makes changes to the machine config, see xref:../support/troubleshooting/troubleshooting-operator-issues.adoc#troubleshooting-disabling-autoreboot-mco_troubleshooting-operator-issues[Disabling Machine Config Operator from automatically rebooting].

modules/understanding-machine-config-operator.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * architecture/architecture.adoc
3+
// * architecture/control-plane.adoc
44
[id="understanding-machine-config-operator_{context}"]
55
= Understanding the Machine Config Operator
66

@@ -41,5 +41,8 @@ When you perform node management operations, you create or modify a
4141

4242
[IMPORTANT]
4343
====
44-
To prevent control plane nodes from autorebooting after machine config changes are applied, you must pause the autoreboot process by setting the `spec.paused` field to `true` in the machine pool config.
44+
When changes are made to a machine configuration, the Machine Config Operator automatically reboots all corresponding nodes in order for the changes to take effect.
45+
46+
To prevent the nodes from automatically rebooting after machine configuration changes, before making the changes, you must pause the autoreboot process by setting the `spec.paused` field to `true` in the corresponding machine config pool. When paused, machine configuration changes are not applied until you set the `spec.paused` field to `false` and the nodes have rebooted into the new configuration.
4547
====
48+

0 commit comments

Comments
 (0)