mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * /serverless/knative_eventing/serverless-using-brokers.adoc
|
|
|
|
[id="serverless-create-trigger-odc_{context}"]
|
|
= Creating a trigger using the Developer perspective
|
|
|
|
After you have created a broker, you can create a trigger in the web console *Developer* perspective.
|
|
|
|
.Prerequisites
|
|
|
|
* The {ServerlessOperatorName}, Knative Serving, and Knative Eventing are installed on your {product-title} cluster.
|
|
* You have logged in to the web console.
|
|
* You are in the *Developer* perspective.
|
|
* You have created a project or have access to a project with the appropriate roles and permissions to create applications and other workloads in {product-title}.
|
|
* You have created a broker and a Knative service or other event sink to connect to the trigger.
|
|
|
|
.Procedure
|
|
|
|
. In the *Developer* perspective, navigate to the *Topology* page.
|
|
. Hover over the broker that you want to create a trigger for, and drag the arrow. The *Add Trigger* option is displayed.
|
|
+
|
|
image::add-trigger-odc.png[Create a trigger for the broker]
|
|
. Click *Add Trigger*.
|
|
. Select your sink as a *Subscriber* from the drop-down list.
|
|
+
|
|
. Click *Add*.
|
|
|
|
.Verification
|
|
* After the subscription has been created, it is represented as a line that connects the broker to the service in the *Topology* view:
|
|
+
|
|
image::verify-trigger-odc.png[Trigger in the Topology view]
|