Skip to content

Commit 2f890fd

Browse files
authored
Merge pull request #66592 from obrown1205/oc-mirror_RSWarning
[OSDOCS#7874]: Added warning regarding oc-mirror for Operators vs clusters (release-signatures)
2 parents 93e37bd + f0c1821 commit 2f890fd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,17 @@ The `ImageContentSourcePolicy` resource associates the mirror registry with the
2727
$ oc apply -f ./oc-mirror-workspace/results-1639608409/
2828
----
2929

30-
. Apply the release image signatures to the cluster by running the following command:
30+
. If you mirrored release images, apply the release image signatures to the cluster by running the following command:
3131
+
3232
[source,terminal]
3333
----
3434
$ oc apply -f ./oc-mirror-workspace/results-1639608409/release-signatures/
3535
----
36+
+
37+
[NOTE]
38+
====
39+
If you are mirroring Operators instead of clusters, you do not need to run `$ oc apply -f ./oc-mirror-workspace/results-1639608409/release-signatures/`. Running that command will return an error, as there are no release image signatures to apply.
40+
====
3641

3742
// TODO: Any example output to show?
3843

0 commit comments

Comments
 (0)