Skip to content

Commit e2767cc

Browse files
authored
Merge pull request #30802 from adellape/macwin_catalogbuild
Add Win/Mac disclaimer for oc adm catalog build usage
2 parents 80661a7 + 256fcdb commit e2767cc

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

modules/olm-building-operator-catalog-image.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@ Cluster administrators can build a custom Operator catalog image based on the Pa
1616

1717
For this example, the procedure assumes use of a mirror registry that has access to both your network and the Internet.
1818

19+
[NOTE]
20+
====
21+
Only the Linux version of the `oc` client can be used for this procedure, because the Windows and macOS versions do not provide the `oc adm catalog build` command.
22+
====
23+
1924
.Prerequisites
2025

2126
* Workstation with unrestricted network access
22-
* `oc` version 4.3.5+
27+
* `oc` version 4.3.5+ Linux client
2328
* `podman` version 1.9.3+
2429
* Access to mirror registry that supports link:https://docs.docker.com/registry/spec/manifest-v2-2/[Docker v2-2]
2530
* If you are working with private registries, set the `REG_CREDS` environment variable to the file path of your registry credentials for use in later steps. For example, for the `podman` CLI:

modules/olm-updating-operator-catalog-image.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@ After a cluster administrator has configured OperatorHub to use custom Operator
1616

1717
For this example, the procedure assumes a custom `redhat-operators` catalog image is already configured for use with OperatorHub.
1818

19+
[NOTE]
20+
====
21+
Only the Linux version of the `oc` client can be used for this procedure, because the Windows and macOS versions do not provide the `oc adm catalog build` command.
22+
====
23+
1924
.Prerequisites
2025

2126
* Workstation with unrestricted network access
22-
* `oc` version 4.3.5+
27+
* `oc` version 4.3.5+ Linux client
2328
* `podman` version 1.9.3+
2429
* Access to mirror registry that supports link:https://docs.docker.com/registry/spec/manifest-v2-2/[Docker v2-2]
2530
* OperatorHub configured to use custom catalog images

0 commit comments

Comments
 (0)