You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/serverless-install-kafka-odc.adoc
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
// serverless/serverless-kafka.adoc
4
4
5
5
[id="serverless-install-kafka-odc_{context}"]
6
-
= Installing Apache Kafka components using the web console
6
+
= Installing Apache Kafka components by using the web console
7
7
8
8
Cluster administrators can enable the use of Apache Kafka functionality in an {ServerlessProductName} deployment by instantiating the `KnativeKafka` custom resource definition provided by the *Knative Kafka* {ServerlessOperatorName} API.
9
9
@@ -18,9 +18,13 @@ Cluster administrators can enable the use of Apache Kafka functionality in an {S
18
18
19
19
. In the *Administrator* perspective, navigate to *Operators* -> *Installed Operators*.
20
20
. Check that the *Project* dropdown at the top of the page is set to *Project: knative-eventing*.
21
-
. Click *Knative Kafka* in the list of *Provided APIs* for the {ServerlessOperatorName} to go to the *Knative Kafka* tab.
22
-
. Click *Create Knative Kafka*.
23
-
. Optional: Configure the *KnativeKafka* object in the *Create Knative Kafka* page. To do so, use either the default form provided or edit the YAML.
21
+
. In the list of *Provided APIs* for the {ServerlessOperatorName}, find the *Knative Kafka* box and click *Create Instance*.
22
+
. Configure the *KnativeKafka* object in the *Create Knative Kafka* page.
23
+
+
24
+
[IMPORTANT]
25
+
====
26
+
To use the Kafka channel or Kafka source on your cluster, you must toggle the *Enable* switch for the options you want to use to *true*. These switches are set to *false* by default. Additionally, to use the Kafka channel, you must specify the Boostrap Servers.
27
+
====
24
28
.. Using the form is recommended for simpler configurations that do not require full control of *KnativeKafka* object creation.
25
29
.. Editing the YAML is recommended for more complex configurations that require full control of *KnativeKafka* object creation. You can access the YAML by clicking the *Edit YAML* link in the top right of the *Create Knative Kafka* page.
26
30
. Click *Create* after you have completed any of the optional configurations for Kafka. You are automatically directed to the *Knative Kafka* tab where *knative-kafka* is in the list of resources.
@@ -43,7 +47,9 @@ $ oc get pods -n knative-eventing
0 commit comments