Skip to content

Commit 9158a57

Browse files
authored
Added option to select GCP and reformatted Create a Kafka instance steps (#573)
* Added option to select GCP and reformatted Create a Kafka instance steps. * Rewrote technology preview statement to remove 'should'. * Updating GCP trial instance info. * docs: Resolve merge conflict * docs: Resolved merge conflicts * docs: ran attributes check again * docs: Implemented reviewer feedback * docs: Implemented final reviewer feedback
1 parent e265006 commit 9158a57

File tree

2 files changed

+12
-20
lines changed

2 files changed

+12
-20
lines changed

docs/kafka/getting-started-kafka/README.adoc

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -127,24 +127,15 @@ ifndef::qs[]
127127
endif::[]
128128

129129
.Procedure
130-
. In the {product-kafka} {service-url-kafka}[web console^], select *Kafka Instances* and click *Create Kafka instance*.
130+
. On the *Kafka Instances* page of the {product-kafka} {service-url-kafka}[web console^], click *Create Kafka instance*.
131+
. Complete the *Create a Kafka instance* form to define the following instance details. Some instance details currently have only one option.
132+
* *Instance name*: Enter a unique name for the Kafka instance, such as `my-first-kafka-instance`.
133+
* *Cloud provider*: For a production Kafka instance, accept the default value of *Amazon Web Services*. If you're creating a trial instance, you also have the option to select *Google Cloud Platform*.
134+
* *Cloud region*: Select a cloud provider region from the list.
135+
* *Availability zones*: The selection for availability zones is preconfigured as *Multi* for a production instance and *Single* for a trial instance.
136+
* *Size*: If you've purchased a subscription for {product-kafka}, use the slider to select an instance size. In {product-kafka}, you can create Kafka instances of 1 or 2 streaming units depending on the capacity required. If you're creating a trial instance, the instance size is preconfigured.
131137
+
132-
ifdef::qs[]
133-
The instance creation pane opens.
134-
endif::[]
135-
ifndef::qs[]
136-
The instance creation pane opens, as shown in the figure.
137-
+
138-
[.screencapture]
139-
.Kafka instance creation pane
140-
image::sak-configure-kafka-instance.png[Image of Create Kafka instance pane]
141-
endif::[]
142138

143-
. Enter a unique name for the Kafka instance, such as `my-first-kafka-instance`.
144-
. In the *Cloud region* list, select the relevant option.
145-
+
146-
NOTE: The cloud provider is preconfigured to the same value for both trial and production instances. The availability zone value is preconfigured as *Single* for a trial instance and *Multi* for a production instance.
147-
+
148139
////
149140
//For post preview, when more options are available.
150141
. In the *Streams for Apache Kafka* page of the web console, click *Create Kafka instance* and define the following instance details. Some values currently have only one option.
@@ -154,7 +145,8 @@ NOTE: The cloud provider is preconfigured to the same value for both trial and p
154145
* *Availability zones*: Select `Multi`.
155146
////
156147

157-
. If you've purchased a subscription for {product-kafka}, use the slider to select an instance size. In {product-kafka}, you can create Kafka instances of 1 or 2 streaming units depending on the capacity required. If you're creating a trial instance, the instance size is preconfigured.
148+
+
149+
158150
. Click *Create instance* to start the creation process for your Kafka instance.
159151
+
160152
--
@@ -244,7 +236,7 @@ After you create a service account to connect to a Kafka instance, you must also
244236
. Click the *Access* tab to view the current ACL for this instance.
245237
. To modify the ACL, click *Manage access*.
246238
. In the *Manage access* dialog box, use the *Account* list to select the service account that you previously created, and click *Next*.
247-
. Under *Assign Permissions*, use the list to select the *Consume from a topic* and the *Produce to a topic* permission options, and set all resource identifiers to `Is` and all identifier values to `*`.
239+
. Under *Assign Permissions*, use the list to select the *Consume from a topic* and the *Produce to a topic* permission options, and set all resource identifiers to `Is` and all identifier values to `*`.
248240
+
249241
--
250242
These settings result in the following ACL permissions for the new service account:

docs/rhoas/iac_tools_rhoas/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ WARNING: This content is generated by running npm --prefix .build run generate:a
1515
:cloud-console-url: https://console.redhat.com/
1616
:service-accounts-url: https://console.redhat.com/application-services/service-accounts
1717

18-
//to avoid typos
18+
//OpenShift
1919
:openshift: OpenShift
20-
:openshift-dedicated: OpenShift Dedicated
20+
:osd-name-short: OpenShift Dedicated
2121

2222
//OpenShift Application Services CLI
2323
:base-url-cli: https://github.com/redhat-developer/app-services-cli/tree/main/docs/

0 commit comments

Comments
 (0)