Skip to content

Commit 2a724d6

Browse files
Merge pull request #57989 from xenolinux/graph-true-option
OCPBUGS#11050: Explanation of option for ImageSetConfiguration
2 parents 7f858cf + 0bdc45f commit 2a724d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/oc-mirror-creating-image-set-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ mirror:
6161
<2> Set the back-end location to save the image set metadata to. This location can be a registry or local directory. It is required to specify `storageConfig` values, unless you are using the Technology Preview OCI feature.
6262
<3> Set the registry URL for the storage backend.
6363
<4> Set the channel to retrieve the {product-title} images from.
64-
<5> Add `graph: true` to generate the OpenShift Update Service (OSUS) graph image to allow for an improved cluster update experience when using the web console. For more information, see _About the OpenShift Update Service_.
64+
<5> Add `graph: true` to build and push the graph-data image to the mirror registry. The graph-data image is required to create OpenShift Update Service (OSUS) applications. The `graph: true` field also generates the `UpdateService` CR manifest. The `oc` command-line interface (CLI) can use the `UpdateService` CR manifest to create OSUS applications. For more information, see _About the OpenShift Update Service_.
6565
<6> Set the Operator catalog to retrieve the {product-title} images from.
6666
<7> Specify only certain Operator packages to include in the image set. Remove this field to retrieve all packages in the catalog.
6767
<8> Specify only certain channels of the Operator packages to include in the image set. You must always include the default channel for the Operator package even if you do not use the bundles in that channel. You can find the default channel by running the following command: `oc mirror list operators --catalog=<catalog_name> --package=<package_name>`.

0 commit comments

Comments
 (0)