Skip to content

Commit 321800a

Browse files
authored
docs(getting-started): Update version references (#685)
1 parent f512576 commit 321800a

File tree

1 file changed

+19
-21
lines changed

1 file changed

+19
-21
lines changed

modules/ROOT/pages/getting-started.adoc

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ Install the Stackable command line utility xref:management:stackablectl:index.ad
3232

3333
The Stackable operators are components that translate the service definitions deployed via Kubernetes into deploy services on the worker nodes. These can be installed on any node that has access to the Kubernetes control plane. In this example we will install them on the controller node.
3434

35-
Stackable operators can be installed using `stackablectl`. Run the following commands to install ZooKeeper, Kafka and NiFi from the Stackable 24.7 release.
35+
Stackable operators can be installed using `stackablectl`. Run the following commands to install ZooKeeper, Kafka and NiFi from the Stackable 24.11 release.
3636

3737
[source,bash]
3838
----
39-
stackablectl release install -i commons -i secret -i listener -i zookeeper -i kafka -i nifi 24.7
39+
stackablectl release install -i commons -i secret -i listener -i zookeeper -i kafka -i nifi 24.11
4040
----
4141

4242
.Using Helm instead
@@ -55,12 +55,12 @@ Install the operators:
5555
5656
[source,bash]
5757
----
58-
helm install zookeeper-operator stackable-stable/zookeeper-operator --version=24.7.0
59-
helm install kafka-operator stackable-stable/kafka-operator --version=24.7.0
60-
helm install secret-operator stackable-stable/secret-operator --version=24.7.0
61-
helm install listener-operator stackable-stable/listener-operator --version=24.7.0
62-
helm install commons-operator stackable-stable/commons-operator --version=24.7.0
63-
helm install nifi-operator stackable-stable/nifi-operator --version=24.7.0
58+
helm install zookeeper-operator stackable-stable/zookeeper-operator --version=24.11.0
59+
helm install kafka-operator stackable-stable/kafka-operator --version=24.11.0
60+
helm install secret-operator stackable-stable/secret-operator --version=24.11.0
61+
helm install listener-operator stackable-stable/listener-operator --version=24.11.0
62+
helm install commons-operator stackable-stable/commons-operator --version=24.11.0
63+
helm install nifi-operator stackable-stable/nifi-operator --version=24.11.0
6464
----
6565
====
6666

@@ -69,12 +69,12 @@ You can check which operators are installed using `stackablectl operator install
6969
[source,console]
7070
----
7171
OPERATOR VERSION NAMESPACE STATUS LAST UPDATED
72-
commons 24.7.0 default deployed 2024-03-30 17:58:32.916032854 +0100 CET
73-
kafka 24.7.0 default deployed 2024-03-30 17:58:55.036115353 +0100 CET
74-
listener 24.7.0 default deployed 2024-03-30 17:59:18.136775259 +0100 CET
75-
nifi 24.7.0 default deployed 2024-03-30 17:59:51.927081648 +0100 CET
76-
secret 24.7.0 default deployed 2024-03-30 18:00:05.060241771 +0100 CET
77-
zookeeper 24.7.0 default deployed 2024-03-30 18:00:08.425686918 +0100 CET
72+
commons 24.11.0 default deployed 2024-11-30 17:58:32.916032854 +0100 CET
73+
kafka 24.11.0 default deployed 2024-11-30 17:58:55.036115353 +0100 CET
74+
listener 24.11.0 default deployed 2024-11-30 17:59:18.136775259 +0100 CET
75+
nifi 24.11.0 default deployed 2024-11-30 17:59:51.927081648 +0100 CET
76+
secret 24.11.0 default deployed 2024-11-30 18:00:05.060241771 +0100 CET
77+
zookeeper 24.11.0 default deployed 2024-11-30 18:00:08.425686918 +0100 CET
7878
----
7979

8080
== Deploying Stackable Services
@@ -130,7 +130,7 @@ metadata:
130130
name: simple-kafka
131131
spec:
132132
image:
133-
productVersion: 3.7.1
133+
productVersion: 3.8.0
134134
clusterConfig:
135135
zookeeperConfigMapName: simple-kafka-znode
136136
tls:
@@ -279,13 +279,11 @@ Apache NiFi provides a web interface and the easiest way to test it is to view t
279279
To access the web interface we first need to get the ip address and port Nifi is listening on.
280280
To get the IP address we need to connect to (in this case `172.18.0.2`), run:
281281

282-
[source,bash]
283-
----
284-
kubectl get nodes -o wide
285-
----
282+
[source,console]
286283
----
287-
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
288-
quickstart-control-plane Ready control-plane 9m59s v1.25.3 172.18.0.2 <none> Ubuntu 22.04.1 LTS 5.14.0-1052-oem containerd://1.6.9
284+
$ kubectl get nodes -o wide
285+
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
286+
quickstart-control-plane Ready control-plane 4d18h v1.30.0 172.18.0.2 <none> Debian GNU/Linux 12 (bookworm) 6.11.3 containerd://1.7.15
289287
----
290288

291289

0 commit comments

Comments
 (0)