You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/olm-mirroring-catalog.adoc
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,15 +187,19 @@ If you used the `--manifests-only` flag during the mirroring process and want to
187
187
====
188
188
--
189
189
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:
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
+
====
199
203
200
204
You can now create a `CatalogSource` object to reference your mirrored index image and Operator content.
0 commit comments