Skip to content

Commit 3fcdf9c

Browse files
authored
Merge pull request #47009 from abrennan89/RHDEVDOCS-3157
[RHDEVDOCS-3157] Add broker ODC docs
2 parents 071897b + 81edfd7 commit 3fcdf9c

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed
154 KB
Loading
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * /serverless/develop/serverless-pingsource.adoc
4+
5+
:_content-type: PROCEDURE
6+
[id="serverless-creating-a-broker-odc_{context}"]
7+
= Creating a broker by using the web console
8+
9+
After Knative Eventing is installed on your cluster, you can create a broker by using the web console. Using the {product-title} web console provides a streamlined and intuitive user interface to create a broker.
10+
11+
.Prerequisites
12+
13+
* You have logged in to the {product-title} web console.
14+
* The {ServerlessOperatorName}, Knative Serving and Knative Eventing are installed on the cluster.
15+
* 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}.
16+
17+
.Procedure
18+
19+
. In the *Developer* perspective, navigate to *+Add* -> *Broker*. The *Broker* page is displayed.
20+
21+
. Optional. Update the *Name* of the broker. If you do not update the name, the generated broker is named `default`.
22+
23+
. Click *Create*.
24+
25+
.Verification
26+
27+
You can verify that the broker was created by viewing broker components in the *Topology* page.
28+
29+
. In the *Developer* perspective, navigate to *Topology*.
30+
31+
. View the `mt-broker-ingress`, `mt-broker-filter`, and `mt-broker-controller` components.
32+
+
33+
image::serverless-verify-broker-odc.png[View the broker components in the Topology view]

serverless/develop/serverless-using-brokers.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ include::modules/serverless-create-broker-kn.adoc[leveloffset=+2]
1919
include::modules/serverless-creating-broker-annotation.adoc[leveloffset=+2]
2020
include::modules/serverless-creating-broker-labeling.adoc[leveloffset=+2]
2121
include::modules/serverless-deleting-broker-injection.adoc[leveloffset=+2]
22+
include::modules/serverless-creating-a-broker-odc.adoc[leveloffset=+2]
2223

2324
[id="serverless-using-brokers-managing-brokers"]
2425
== Managing brokers

0 commit comments

Comments
 (0)