Skip to content

Commit 5c65077

Browse files
docs: update quick starts to reflect latest ui changes (#259)
1 parent e961c8a commit 5c65077

3 files changed

+6
-6
lines changed

olm/quickstarts/rhosak-openshift-getting-started-quickstart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ spec:
7575
7676
1. In the [web console of Application Services](https://console.redhat.com/beta/application-services), select **Kafka Instances** in the **Streams for Apache kafka** menu. Click *Create Kafka instance*.
7777
78-
1. Enter a unique *Instance name*, such as `my-first-kafka-instance`. For this release of Streams for Apache Kafka, all other fields are preconfigured.
78+
1. Enter a unique **Name**, such as `my-first-kafka-instance`. For this release of Streams for Apache Kafka, all other fields are preconfigured.
7979
8080
1. Click *Create instance* to start the creation process for your Kafka instance.
8181
8282
83-
The new Kafka instance is listed in the instances table. When the instance *Status* is *Ready*, you can start using the Kafka instance. You can use the options icon (three vertical dots) to view, connect to, or delete the instance as needed.
83+
The new Kafka instance is listed in the instances table. When the instance **Status** is **Ready**, you can start using the Kafka instance. You can use the options icon (three vertical dots) to view instance details, connect to the instance, or delete the instance.
8484
8585
8686
NOTE: Although you can see Kafka instances created by other users in your organization, you can't manage or connect to those instances. Only the user who creates an instance can edit or delete the instance, access the associated service account and topics, or connect to the instance.
@@ -102,7 +102,7 @@ spec:
102102
You’ll use the service account information later when you configure your application.
103103
104104
1. In the **Kafka Instances** page of the web console, for the relevant Kafka instance that you want to connect to,
105-
select the options icon (three vertical dots) and click **View connection information**.
105+
select the options icon (three vertical dots) and click **Connection**.
106106
107107
1. In the **Connection** page, copy the **Bootstrap server** endpoint to a secure location.
108108
This is the bootstrap server endpoint that you'll need for connecting to this Kafka instance.
@@ -136,7 +136,7 @@ spec:
136136
137137
1. In the **Kafka Instances** page of the web console, click on the name of the Kafka instance that you want to add a topic to.
138138
139-
1. Click **Create topic** and follow the guided steps to define the topic details.
139+
1. Select the **Topics** tab, click **Create topic**, and follow the guided steps to define the topic details.
140140
Click **Next** to complete each step and click **Finish** to complete the setup.
141141
142142
**Topic name**: Enter a unique topic name, such as ```my-first-kafka-topic```.

olm/quickstarts/rhosak-openshift-nodejs-bind-quickstart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ spec:
260260
261261
1. In your web browser, open the [Kafka Instances](https://console.redhat.com/beta/application-services/streams/kafkas) page of the Streams for Apache Kafka web console. Click the name of the Kafka instance that you want to add a topic to.
262262
263-
1. Click **Create topic** and follow the guided steps to define the topic details. Click **Next** to complete each step and click **Finish** to complete the setup.
263+
1. Select the **Topics** tab, click **Create topic**, and follow the guided steps to define the topic details. Click **Next** to complete each step and click **Finish** to complete the setup.
264264
265265
Specify the following values:
266266

olm/quickstarts/rhosak-openshift-quarkus-bind-quickstart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ spec:
207207
208208
1. In your web browser, open the [Kafka Instances](https://console.redhat.com/beta/application-services/streams/kafkas) page of the Streams for Apache Kafka web console. Click the name of the Kafka instance that you want to add a topic to.
209209
210-
1. Click **Create topic** and follow the guided steps to define the topic details. Click **Next** to complete each step and click **Finish** to complete the setup.
210+
1. Select the **Topics** tab, click **Create topic**, and follow the guided steps to define the topic details. Click **Next** to complete each step and click **Finish** to complete the setup.
211211
212212
Specify the following values:
213213

0 commit comments

Comments
 (0)