mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * serverless/event_workflows/serverless-channels.adoc
|
|
|
|
[id="serverless-create-channel-odc_{context}"]
|
|
= Creating a channel using the Developer perspective
|
|
|
|
You can create a channel with the cluster default configuration by using the {product-title} web console.
|
|
|
|
.Prerequisites
|
|
To create channels using the *Developer* perspective ensure that:
|
|
|
|
* The {ServerlessOperatorName} and Knative Eventing are installed on your {product-title} cluster.
|
|
* You have logged in to the web console.
|
|
* 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}.
|
|
|
|
.Procedure
|
|
|
|
. In the *Developer* perspective, navigate to *+Add* -> *Channel*.
|
|
. Select the type of `Channel` object that you want to create from the *Type* drop-down.
|
|
+
|
|
[NOTE]
|
|
====
|
|
Currently only InMemoryChannel type `Channel` objects are supported.
|
|
====
|
|
. Click *Create*.
|
|
|
|
.Verification steps
|
|
|
|
* Confirm that the channel now exists by navigating to the *Topology* page.
|
|
+
|
|
image::verify-channel-odc.png[View the channel in the Topology view]
|