1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/serverless-install-eventing-web-console.adoc
2020-05-11 19:00:52 +00:00

53 lines
2.8 KiB
Plaintext

// Module included in the following assemblies:
//
// * serverless/installing_serverless/installing-knative-eventing.adoc
[id="serverless-install-eventing-web-console_{context}"]
= Installing Knative Eventing using the web console
.Procedure
. In the *Administrator* perspective of the {product-title} web console, navigate to *Operators* → *Installed Operators*.
. Check that the *Project* dropdown at the top of the page is set to *Project: knative-eventing*.
. Click *Knative Eventing* in the list of *Provided APIs* for the {ServerlessOperatorName} to go to the *Knative Eventing* tab.
+
image::eventing-installed-operator.png[Installed Operators page]
. Click the *Create Knative Eventing* button.
+
image::serverless-create-eventing.png[Knative Eventing tab]
. In the *Create Knative Eventing* page, you can choose to configure the `KnativeEventing` object by using either the default form provided, or by editing the YAML.
+
* Using the form is recommended for simpler configurations that do not require full control of `KnativeEventing` object creation.
+
Optional. If you are configuring the `KnativeEventing` object using the form, make any changes that you want to implement for your Knative Eventing deployment.
. Click *Create*.
+
image::eventing-form-view.png[Create Knative Eventing using the form]
+
* Editing the YAML is recommended for more complex configurations that require full control of `KnativeEventing` object creation. You can access the YAML by clicking the *edit YAML* link in the top right of the *Create Knative Eventing* page.
+
Optional. If you are configuring the `KnativeEventing` object by editing the YAML, make any changes to the YAML that you want to implement for your Knative Eventing deployment.
. Click *Create*.
+
image::serverless-create-eventing-yaml.png[Create Knative Eventing using YAML]
. After you have installed Knative Eventing, the `KnativeEventing` object is created, and you will be automically directed to the *Knative Eventing* tab.
+
image::eventing-tab-created.png[Installed Operators page]
+
You will see `knative-eventing` in the list of resources.
.Verification steps
. Click on `knative-eventing` in the *Knative Eventing* tab.
. You will be automatically directed to the *Knative Eventing Overview* page.
+
image::eventing-overview.png[Knative Eventing Overview page]
. Scroll down to look at the list of *Conditions*.
. You should see a list of conditions with a status of *True*, as shown in the example image.
+
image::eventing-conditions-true.png[Conditions]
+
[NOTE]
====
It may take a few seconds for the Knative Eventing resources to be created. You can check their status in the *Resources* tab.
====
. If the conditions have a status of *Unknown* or *False*, wait a few moments and then check again after you have confirmed that the resources have been created.