mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 09:46:53 +01:00
31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * serverless/eventing/event-sources/serverless-sink-source-odc.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="serverless-connect-sink-source-odc_{context}"]
|
|
= Connect an event source to a sink using the 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 and 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 sink, such as a Knative service, channel or broker.
|
|
|
|
.Procedure
|
|
|
|
. Create an event source of any type, by navigating to *+Add* -> *Event Source* and selecting the event source type that you want to create.
|
|
|
|
. In the *Sink* section of the *Create Event Source* form view, select your sink in the *Resource* list.
|
|
|
|
. Click *Create*.
|
|
|
|
.Verification
|
|
|
|
You can verify that the event source was created and is connected to the sink by viewing the *Topology* page.
|
|
|
|
. In the *Developer* perspective, navigate to *Topology*.
|
|
|
|
. View the event source and click the connected sink to see the sink details in the right panel.
|