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
When configuring Operator Lifecycle Manager (OLM) to use mirrored content on restricted network {product-title} clusters, use this pruning method if you want to only mirror a subset of Operators from the default catalogs.
33
33
34
-
For the steps in this procedure, the target registry is an existing mirror registry that is accessible by both your cluster and a workstation with unrestricted network access. This example also shows mirroring the default `{catalog-name}` catalog, but the process is the same for all catalogs.
34
+
For the steps in this procedure, the target registry is an existing mirror registry that is accessible by both your cluster and a workstation with unrestricted network access. This example also shows pruning the index image for the default `{catalog-name}` catalog, but the process is the same for all index images.
35
35
endif::[]
36
36
37
37
.Prerequisites
@@ -65,7 +65,9 @@ endif::[]
65
65
$ podman login <target_registry>
66
66
----
67
67
68
-
. Run the source index image that you want to prune in a container. For example:
68
+
. Determine the list of packages you want to include in your pruned index.
69
+
70
+
.. Run the source index image that you want to prune in a container. For example:
0 commit comments