Skip to content

Commit f20a939

Browse files
dmuntimascholzj
authored andcommitted
Added supported version info in the tabular format (#768)
* added supported version table * Updated kafka version number * Updated kafka version number
1 parent 230bd0d commit f20a939

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

documentation/book/assembly-overview.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
{ProductName} makes it easy to run Apache Kafka on {ProductPlatformName}. Apache Kafka is a popular platform for streaming data delivery and processing. For more information about Apache Kafka, see the http://kafka.apache.org[Apache Kafka website^].
1313

14-
{ProductName} is based on Apache Kafka 1.1.0 and consists of two main components:
14+
{ProductName} is based on Apache Kafka 2.0.0 and consists of two main components:
1515

1616
Cluster Operator:: Responsible for deploying and managing Apache Kafka clusters within {ProductPlatformName} cluster.
1717
Topic Operator:: Responsible for managing Kafka topics within a Kafka cluster running within {ProductPlatformName} cluster.
@@ -20,4 +20,4 @@ This guide describes how to install and use {ProductLongName}.
2020

2121
include::ref-key-features.adoc[leveloffset=+1]
2222

23-
include::ref-document-conventions.adoc[leveloffset=+1]
23+
include::ref-document-conventions.adoc[leveloffset=+1]

documentation/book/getting-started.adoc

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,30 @@
99
[id='getting-started-{context}']
1010
= Getting started
1111

12-
{ProductName} runs on
13-
ifdef::Kubernetes[{KubernetesLongName} {KubernetesVersion} and]
14-
{OpenShiftLongName} {OpenShiftVersion}.
15-
1612
{ProductName} works on all kinds of clusters - from public and private clouds down to local deployments intended for development.
1713
This guide expects that an {ProductPlatformName} cluster is available and the
1814
ifdef::Kubernetes[`kubectl` and]
1915
`oc` command-line tools are installed and configured to connect to the running cluster.
2016

17+
.Supported Versions
18+
[cols="50%,50%",options="header"]
19+
|====
20+
|Product
21+
|Version
22+
23+
ifdef::Kubernetes[]
24+
|{KubernetesLongName}
25+
|{KubernetesVersion}
26+
endif::Kubernetes[]
27+
28+
|{OpenShiftLongName}
29+
|{OpenShiftVersion}
30+
31+
|Apache Kafka
32+
|2.0.0
33+
34+
|====
35+
2136
ifdef::InstallationAppendix[]
2237
When no existing {ProductPlatformName} cluster is available, `Minikube` or `Minishift` can be used to create a local
2338
cluster. More details can be found in xref:installing_kubernetes_and_openshift_cluster[Installing Kubernetes and OpenShift clusters].

0 commit comments

Comments
 (0)