Skip to content

Commit d7fdd3d

Browse files
committed
Adding MCO behavior changes from #28090
1 parent adaf408 commit d7fdd3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/images-configuration-allowed.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ status:
5656
Either the `allowedRegistries` parameter or the `blockedRegistries` parameter can be set, but not both.
5757
====
5858
+
59-
The Machine Config Operator (MCO) watches the `image.config.openshift.io/cluster` CR for any changes to registries and reboots the nodes when it detects changes. Changes to the allowed registries creates or updates the image signature policy in the `/host/etc/containers/policy.json` file on each node.
59+
The Machine Config Operator (MCO) watches the `image.config.openshift.io/cluster` resource for any changes to the registries. When the MCO detects a change, it drains the nodes, applies the change, and uncordons the nodes. Changes to the allowed registries creates or updates the image signature policy in the `/host/etc/containers/policy.json` file on each node.
6060

6161
. To check that the registries have been added to the policy file, use the following command on a node:
6262
+

modules/images-configuration-blocked.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ status:
4949
Either the `blockedRegistries` registry or the `allowedRegistries` registry can be set, but not both.
5050
====
5151
+
52-
The Machine Config Operator (MCO) watches the `image.config.openshift.io/cluster` CR for any changes to registries and reboots the nodes when it detects changes. Changes to the blocked registries appear in the `/etc/containers/registries.conf` file on each node.
52+
The Machine Config Operator (MCO) watches the `image.config.openshift.io/cluster` resource for any changes to the registries. When the MCO detects a change, it drains the nodes, applies the change, and uncordons the nodes. Changes to the blocked registries appear in the `/etc/containers/registries.conf` file on each node.
5353

5454
. To check that the registries have been added to the policy file, use the following command on a node:
5555
+

0 commit comments

Comments
 (0)