You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/olmv1-about-catalogs.adoc
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,5 +10,3 @@
10
10
= About catalogs in {olmv1}
11
11
12
12
You can discover installable content by querying a catalog for Kubernetes extensions, such as Operators and controllers, by using the catalogd component. Catalogd is a Kubernetes extension that unpacks catalog content for on-cluster clients and is part of the {olmv1-first} suite of microservices. Currently, catalogd unpacks catalog content that is packaged and distributed as container images.
<1> Specify the catalog's image in the `spec.source.image` field.
32
-
<2> If your catalog is hosted on a secure registry, such as `registry.redhat.io`, you must create a pull secret scoped to the `openshift-catalog` namespace.
33
-
<3> Specify the interval for polling the remote registry for newer image digests. The default value is `24h`. Valid units include seconds (`s`), minutes (`m`), and hours (`h`). To disable polling, set a zero value, such as `0s`.
31
+
<2> Specify the interval for polling the remote registry for newer image digests. The default value is `24h`. Valid units include seconds (`s`), minutes (`m`), and hours (`h`). To disable polling, set a zero value, such as `0s`.
34
32
35
33
. Add the catalog to your cluster by running the following command:
36
34
+
37
35
[source,terminal]
38
36
----
39
-
$ oc apply -f redhat-operators.yaml
37
+
$ oc apply -f my-redhat-operators.yaml
40
38
----
41
39
+
42
40
.Example output
43
41
[source,text]
44
42
----
45
-
catalog.catalogd.operatorframework.io/redhat-operators created
43
+
catalog.catalogd.operatorframework.io/my-redhat-operators created
46
44
----
47
45
48
46
.Verification
@@ -59,8 +57,8 @@ $ oc get clustercatalog
59
57
.Example output
60
58
[source,text]
61
59
----
62
-
NAME AGE
63
-
redhat-operators 20s
60
+
NAME AGE
61
+
my-redhat-operators 20s
64
62
----
65
63
66
64
.. Check the status of your catalog by running the following command:
Copy file name to clipboardExpand all lines: modules/olmv1-installing-an-operator.adoc
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -123,10 +123,6 @@ where:
123
123
`<service_account>`:: Specifies the name of the service account you created to install, update, and manage your extension.
124
124
`<channel>`:: Optional: Specifies the channel, such as `pipelines-1.11` or `latest`, for the package you want to install or update.
125
125
`<version>`:: Optional: Specifies the version or version range, such as `1.11.1`, `1.12.x`, or `>=1.12.1`, of the package you want to install or update. For more information, see "Example custom resources (CRs) that specify a target version" and "Support for version ranges".
0 commit comments