Skip to content

Commit b49a44b

Browse files
committed
Add ICSP note to OLM mirror proc
1 parent 8a5ae67 commit b49a44b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modules/olm-mirroring-catalog.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,19 @@ If you used the `--manifests-only` flag during the mirroring process and want to
187187
====
188188
--
189189

190-
. On a host with access to the disconnected cluster, create the `ImageContentSourcePolicy` object by running the following command to specify the `imageContentSourcePolicy.yaml` file in your manifests directory:
190+
. On a host with access to the disconnected cluster, create the `ImageContentSourcePolicy` (ICSP) object by running the following command to specify the `imageContentSourcePolicy.yaml` file in your manifests directory:
191191
+
192192
[source,terminal,subs="attributes+"]
193193
----
194194
$ oc create -f <path/to/manifests/dir>/imageContentSourcePolicy.yaml
195195
----
196196
+
197197
where `<path/to/manifests/dir>` is the path to the manifests directory for your mirrored content.
198-
198+
+
199+
[NOTE]
200+
====
201+
Applying the ICSP causes all worker nodes in the cluster to restart. You must wait for this reboot process to finish cycling through each of your worker nodes before proceeding.
202+
====
199203

200204
You can now create a `CatalogSource` object to reference your mirrored index image and Operator content.
201205

0 commit comments

Comments
 (0)