1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/serverless-install-eventing-web-console.adoc
2025-10-07 12:26:32 -04:00

70 lines
3.2 KiB
Plaintext

// Module included in the following assemblies:
//
// * /serverless/install/installing-knative-eventing.adoc
:_mod-docs-content-type: PROCEDURE
[id="serverless-install-eventing-web-console_{context}"]
= Installing Knative Eventing by using the web console
After you install the {ServerlessOperatorName}, install Knative Eventing by using the {product-title} web console. You can install Knative Eventing by using the default settings or configure more advanced settings in the `KnativeEventing` custom resource (CR).
.Prerequisites
ifdef::openshift-enterprise[]
* You have access to an {product-title} account with cluster administrator access.
endif::[]
ifdef::openshift-dedicated,openshift-rosa[]
* You have access to an {product-title} account with cluster administrator or dedicated administrator access.
endif::[]
* You have logged in to the {product-title} web console.
* You have installed the {ServerlessOperatorName}.
.Procedure
. In the *Administrator* perspective of the {product-title} web console, navigate to *Ecosystem* -> *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.
. Click *Create Knative Eventing*.
. 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*.
+
* 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*.
. After you have installed Knative Eventing, the `KnativeEventing` object is created, and you are automatically directed to the *Knative Eventing* tab. You will see the `knative-eventing` custom resource in the list of resources.
.Verification
. Click on the `knative-eventing` custom resource in the *Knative Eventing* tab.
. You are 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.