mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * serverless/admin_guide/serverless-cluster-admin-eventing.adoc
|
|
|
|
:_content-type: PROCEDURE
|
|
[id="serverless-creating-trigger-admin-web-console_{context}"]
|
|
= Creating a trigger by using the Administrator perspective
|
|
|
|
include::snippets/serverless-brokers-intro.adoc[]
|
|
|
|
.Prerequisites
|
|
|
|
* The {ServerlessOperatorName} and Knative Eventing are installed on your {product-title} cluster.
|
|
|
|
* You have logged in to the web console and are in the *Administrator* perspective.
|
|
|
|
ifdef::openshift-enterprise[]
|
|
* You have cluster administrator permissions for {product-title}.
|
|
endif::[]
|
|
|
|
ifdef::openshift-dedicated,openshift-rosa[]
|
|
* You have cluster or dedicated administrator permissions for {product-title}.
|
|
endif::[]
|
|
|
|
* You have created a Knative broker.
|
|
|
|
* You have created a Knative service to use as a subscriber.
|
|
|
|
.Procedure
|
|
|
|
. In the *Administrator* perspective of the {product-title} web console, navigate to *Serverless* -> *Eventing*.
|
|
. In the *Broker* tab, select the Options menu {kebab} for the broker that you want to add a trigger to.
|
|
. Click *Add Trigger* in the list.
|
|
. In the *Add Trigger* dialogue box, select a *Subscriber* for the trigger. The subscriber is the Knative service that will receive events from the broker.
|
|
. Click *Add*.
|