mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 09:46:53 +01:00
Fixed Web and CLI procedures per BZ #1683024
This commit is contained in:
@@ -27,6 +27,13 @@ permissions.
|
||||
+
|
||||
----
|
||||
$ oc get packagemanifests -n openshift-marketplace
|
||||
NAME AGE
|
||||
amq-streams 14h
|
||||
packageserver 15h
|
||||
couchbase-enterprise 14h
|
||||
mongodb-enterprise 14h
|
||||
etcd 14h
|
||||
...
|
||||
----
|
||||
|
||||
. To identify the Operators to enable on the cluster, create a CatalogSourceConfig
|
||||
@@ -64,6 +71,8 @@ $ oc apply -f csc.cr.yaml
|
||||
. Create a Subscription object YAML file (for example, `myoperator-sub.yaml`) to
|
||||
subscribe a namespace to an Operator:
|
||||
+
|
||||
.Example Subscription
|
||||
[source,yaml]
|
||||
----
|
||||
apiVersion: operators.coreos.com/v1alpha1
|
||||
kind: Subscription
|
||||
|
||||
@@ -17,23 +17,24 @@ permissions.
|
||||
|
||||
. Navigate in the web console to the *Catalog → Operator Hub* page.
|
||||
|
||||
. Click *Show Community Operators*.
|
||||
. 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.
|
||||
+
|
||||
[NOTE]
|
||||
====
|
||||
This Operator will be available under the *Red Hat* category in the GA release.
|
||||
====
|
||||
. Select *Continue* to acknowledge the Show Community Operator warning. The Install page appears.
|
||||
|
||||
. Choose the Operator you want to install from the list of available Operators (*etcd* for this example), and click *Install*.
|
||||
. Read the information about the Operator and click *Install*.
|
||||
|
||||
. On the *Create Operator Subscription* page, select *All namespaces...*
|
||||
under Installation Mode, choose an Update Channel (if more than one is available),
|
||||
And select *Automatic* or *Manual* Approval Strategy, as described earlier.
|
||||
. On the *Create Operator Subscription* page, select:
|
||||
.. *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)
|
||||
.. An *Update Channel* (if more than one is available)
|
||||
.. *Automatic* or *Manual* Approval Strategy, as described earlier
|
||||
|
||||
. Select the *Subscribe* button to make the Operator available to all
|
||||
users and projects that use this {product-title} cluster.
|
||||
. Select the *Subscribe* button to make the Operator available to the selected namespaces on this {product-title} cluster.
|
||||
|
||||
. On the *Catalog → Installed Operators* page, verify that the *etcd*
|
||||
. Select *Catalog → Installed Operators* page to verify that the *etcd*
|
||||
ClusterServiceVersion (CSV) eventually shows up and its *Status* ultimately
|
||||
resolves to *InstallSucceeded*.
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user