Skip to content

Commit f531efe

Browse files
Merge pull request #72136 from bshaw7/patch-2
Removing --all-namespaces from command "oc get imagecontentsourcepolicy"
2 parents 9d5c46f + 967fe47 commit f531efe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you are mirroring Operators instead of clusters, you do not need to run `$ oc
4747
+
4848
[source,terminal]
4949
----
50-
$ oc get imagecontentsourcepolicy --all-namespaces
50+
$ oc get imagecontentsourcepolicy
5151
----
5252

5353
. Verify that the `CatalogSource` resources were successfully installed by running the following command:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $ oc apply -f ./oc-mirror-workspace/results-<id>/
3535
+
3636
[source,terminal]
3737
----
38-
$ oc get imagecontentsourcepolicy --all-namespaces
38+
$ oc get imagecontentsourcepolicy
3939
----
4040

4141
. Verify that the `CatalogSource` resources were successfully installed:

0 commit comments

Comments
 (0)