Skip to content

Commit 6f08c75

Browse files
authored
Merge pull request #90762 from subhtk/osdocs12366
OSDOCS 12366: Added a step and important admonition related to release image signatures in oc-mirror v2.
2 parents f4b3ed5 + 0e276c9 commit 6f08c75

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

modules/oc-mirror-updating-cluster-manifests-v2.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,20 @@ In oc-mirror plugin v2, the IDMS and ITMS files cover the entire image set, unli
2929
$ oc apply -f <path_to_oc_mirror_workspace>/working-dir/cluster-resources
3030
----
3131

32+
. If you mirrored release images, apply the release image signatures to the cluster by running the following command:
33+
+
34+
[source,terminal]
35+
----
36+
$ oc apply -f working-dir/cluster-resources/signature-configmap.json
37+
----
38+
+
39+
[IMPORTANT]
40+
====
41+
If you are mirroring Operators instead of clusters, do not run the preceding command. Running the command results in an error because there are no release image signatures to apply.
42+
43+
Additionally, a YAML file is available in the same directory `working-dir/cluster-resources/`. You can use either the JSON or YAML format.
44+
====
45+
3246
.Verification
3347

3448
. Verify that the `ImageDigestMirrorSet` resources are successfully installed by running the following command:

0 commit comments

Comments
 (0)