From d9b2f52e60f6ad240bba41a58dc7d2588e42abf3 Mon Sep 17 00:00:00 2001 From: Michael Burke Date: Mon, 22 May 2023 14:16:45 -0400 Subject: [PATCH] IDMS and ITMS are supported since 4.13, not 4.8 --- snippets/node-icsp-no-drain.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snippets/node-icsp-no-drain.adoc b/snippets/node-icsp-no-drain.adoc index b86a96e7df79..537d0b397dcf 100644 --- a/snippets/node-icsp-no-drain.adoc +++ b/snippets/node-icsp-no-drain.adoc @@ -1,7 +1,7 @@ // Text snippet included in the following modules: // -// * modules/about-crio.adoc -// * modules/nodes-containers-using.adoc +// * modules/understanding-machine-config-operator.adoc +// * modules/troubleshooting-disabling-autoreboot-mco.adoc :_content-type: SNIPPET @@ -13,7 +13,7 @@ The following modifications do not trigger a node reboot: ** Changes to the global pull secret or pull secret in the `openshift-config` namespace. ** Automatic rotation of the `/etc/kubernetes/kubelet-ca.crt` certificate authority (CA) by the Kubernetes API Server Operator. -* When the MCO detects changes to the `/etc/containers/registries.conf` file, such as adding or editing an `ImageDigestMirrorSet` or `ImageTagMirrorSet` object, it drains the corresponding nodes, applies the changes, and uncordons the nodes.The node drain does not happen for the following changes: +* When the MCO detects changes to the `/etc/containers/registries.conf` file, such as adding or editing an `ImageContentSourcePolicy` (ICSP) object, it drains the corresponding nodes, applies the changes, and uncordons the nodes.The node drain does not happen for the following changes: ** The addition of a registry with the `pull-from-mirror = "digest-only"` parameter set for each mirror. ** The addition of a mirror with the `pull-from-mirror = "digest-only"` parameter set in a registry. ** The addition of items to the `unqualified-search-registries` list.