|
7 | 7 | [id="images-configuration-file_{context}"]
|
8 | 8 | = Configuring image registry settings
|
9 | 9 |
|
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 | +==== |
11 | 21 |
|
12 | 22 | .Procedure
|
13 | 23 |
|
@@ -75,11 +85,11 @@ $ oc get nodes
|
75 | 85 | .Example output
|
76 | 86 | [source,terminal]
|
77 | 87 | ----
|
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 |
85 | 95 | ----
|
0 commit comments