Skip to content

Commit 9e7276c

Browse files
committed
OSDOCS-4056: Update registry documentation for MCO behavior
1 parent 6a7c6be commit 9e7276c

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

modules/images-configuration-file.adoc

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,17 @@
77
[id="images-configuration-file_{context}"]
88
= Configuring image registry settings
99

10-
You can configure image registry settings by editing the `image.config.openshift.io/cluster` custom resource (CR). The Machine Config Operator (MCO) watches the `image.config.openshift.io/cluster` CR for any changes to the registries and reboots the nodes when it detects changes.
10+
You can configure image registry settings by editing the `image.config.openshift.io/cluster` custom resource (CR).
11+
When changes to the registry are applied to the `image.config.openshift.io/cluster` CR, the Machine Config Operator (MCO) performs the following sequential actions:
12+
13+
. Cordons the node
14+
. Applies changes by restarting CRI-O
15+
. Uncordons the node
16+
+
17+
[NOTE]
18+
====
19+
The MCO does not restart nodes when it detects changes.
20+
====
1121

1222
.Procedure
1323

@@ -75,11 +85,11 @@ $ oc get nodes
7585
.Example output
7686
[source,terminal]
7787
----
78-
NAME STATUS ROLES AGE VERSION
79-
ci-ln-j5cd0qt-f76d1-vfj5x-master-0 Ready master 98m v1.25.0
80-
ci-ln-j5cd0qt-f76d1-vfj5x-master-1 Ready,SchedulingDisabled master 99m v1.25.0
81-
ci-ln-j5cd0qt-f76d1-vfj5x-master-2 Ready master 98m v1.25.0
82-
ci-ln-j5cd0qt-f76d1-vfj5x-worker-b-nsnd4 Ready worker 90m v1.25.0
83-
ci-ln-j5cd0qt-f76d1-vfj5x-worker-c-5z2gz NotReady,SchedulingDisabled worker 90m v1.25.0
84-
ci-ln-j5cd0qt-f76d1-vfj5x-worker-d-stsjv Ready worker 90m v1.25.0
88+
NAME STATUS ROLES AGE VERSION
89+
ip-10-0-137-182.us-east-2.compute.internal Ready,SchedulingDisabled worker 65m v1.25.4+77bec7a
90+
ip-10-0-139-120.us-east-2.compute.internal Ready,SchedulingDisabled control-plane 74m v1.25.4+77bec7a
91+
ip-10-0-176-102.us-east-2.compute.internal Ready control-plane 75m v1.25.4+77bec7a
92+
ip-10-0-188-96.us-east-2.compute.internal Ready worker 65m v1.25.4+77bec7a
93+
ip-10-0-200-59.us-east-2.compute.internal Ready worker 63m v1.25.4+77bec7a
94+
ip-10-0-223-123.us-east-2.compute.internal Ready control-plane 73m v1.25.4+77bec7a
8595
----

0 commit comments

Comments
 (0)