Skip to content

Commit c8098c2

Browse files
committed
Responded to comments on PR 13996
1 parent 8f8ee09 commit c8098c2

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

modules/olm-installing-from-operatorhub-using-cli.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ packageserver 15h
3333
couchbase-enterprise 14h
3434
mongodb-enterprise 14h
3535
etcd 14h
36+
myoperator 14h
3637
...
3738
----
3839

3940
. To identify the Operators to enable on the cluster, create a CatalogSourceConfig
40-
object YAML file (for example, `csc.cr.yaml`) containing information similar to
41-
the following:
41+
object YAML file (for example, `csc.cr.yaml`). Include one or more packages
42+
listed in the previous step (such as amp-streams or etcd). For example:
4243
+
4344
.Example CatalogSourceConfig
4445
[source,yaml]
@@ -69,7 +70,9 @@ $ oc apply -f csc.cr.yaml
6970
----
7071

7172
. Create a Subscription object YAML file (for example, `myoperator-sub.yaml`) to
72-
subscribe a namespace to an Operator:
73+
subscribe a namespace to an Operator. Note that the namespace you pick
74+
must have an OperatorGroup that matches the installMode (either AllNamespaces or
75+
SingleNamespace modes):
7376
+
7477
.Example Subscription
7578
[source,yaml]

modules/olm-installing-from-operatorhub-using-web-console.adoc

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,27 @@ permissions.
1717

1818
. Navigate in the web console to the *Catalog → Operator Hub* page.
1919

20-
. Choose the Operator you want to install from the list of available Operators (*etcd* for this example), and click *Install*. A pop-up window appears, warning you that you are installing a Community Operator.
20+
. Choose the Operator you want to install from the list of available Operators (*etcd* for this example).
21+
A pop-up window appears, warning you that you are installing a Community Operator.
2122
+
2223
[NOTE]
2324
====
2425
This Operator will be available under the *Red Hat* category in the GA release.
2526
====
26-
. Select *Continue* to acknowledge the Show Community Operator warning. The Install page appears.
27+
. Select *Continue* to acknowledge the *Show Community Operator* warning.
2728

2829
. Read the information about the Operator and click *Install*.
2930

3031
. On the *Create Operator Subscription* page, select:
31-
.. *A specific namespace on the cluster* under Installation Mode to choose a namespace in which the Operator will be available (*default* installs to all namespaces)
32+
.. Select *All namespaces on the cluster (default)* to install the Operator to all namespaces or
33+
*A specific namespace on the cluster* to choose a specific, single namespace on which to
34+
install the Operator. The "All namespaces" option is not always available.
3235
.. An *Update Channel* (if more than one is available)
33-
.. *Automatic* or *Manual* Approval Strategy, as described earlier
36+
.. *Automatic* or *Manual* approval strategy, as described earlier.
3437

35-
. Select the *Subscribe* button to make the Operator available to the selected namespaces on this {product-title} cluster.
38+
. Click *Subscribe* to make the Operator available to the selected namespaces on this {product-title} cluster.
3639

37-
. Select *Catalog → Installed Operators* page to verify that the *etcd*
40+
. Select *Catalog → Installed Operators* to verify that the *etcd*
3841
ClusterServiceVersion (CSV) eventually shows up and its *Status* ultimately
3942
resolves to *InstallSucceeded*.
4043
+

modules/olm-operatorhub.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ installed and subscribed on the cluster, and made ready for engineering teams to
1212
self-service manage the product across deployment environments using the
1313
Operator Lifecycle Manager (OLM).
1414

15-
Cluster administrators can choose from CatalogSources of Operators grouped into
15+
Cluster administrators can choose from OperatorSources grouped into
1616
the following categories:
1717

1818
[cols="2a,8a",options="header"]

0 commit comments

Comments
 (0)