Skip to content

Commit baebee6

Browse files
authored
imagedigestmirrorset and imagetagmirrorset is cluster wide resource hence need to update OCP DOC
imagedigestmirrorset,imagetagmirrorset is cluster wide resource. No need to give -n openshift-config. Hence need need to update in OCP 4.18 DOC. section "Migrating to oc-mirror plugin v2" steps 4. https://docs.openshift.com/container-platform/4.18/disconnected/mirroring/oc-mirror-migration-v1-to-v2.html#oc-mirror-migration-process_oc-mirror-migration-v1-to-v2
1 parent 9beec2e commit baebee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/oc-mirror-migration-process.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ $ oc get catalogsource -n openshift-marketplace
8181
+
8282
[source,terminal]
8383
----
84-
$ oc get imagedigestmirrorset,imagetagmirrorset -n openshift-config
84+
$ oc get imagedigestmirrorset,imagetagmirrorset
8585
----
8686
+
8787
For more information, refer to "Mirroring images for a disconnected installation using oc-mirror plugin v2".
@@ -123,4 +123,4 @@ For more information about deleting images, see "Deletion of images from your di
123123
[source,terminal]
124124
----
125125
$ oc-mirror delete --delete-yaml-file some-dir/working-dir/delete/delete-images.yaml docker://registry.example:5000 --v2
126-
----
126+
----

0 commit comments

Comments
 (0)