Skip to content

Commit c2209a7

Browse files
authored
Merge branch 'main' into renovate/npm-pagefind-vulnerability
2 parents 5bc670e + 8b30710 commit c2209a7

15 files changed

+510
-34
lines changed

antora-playbook.yml

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,23 @@ site:
1010
# docs: https://docs.antora.org/antora/latest/playbook/configure-urls/
1111
urls:
1212
# The symbolic name of the latest stable version, and how to redirect from/to it.
13-
# with 'redirect:to', the _actual_ version link is a redirect, and the _actual_ link
13+
# with 'redirect:to', the _actual_ version link is a redirect, and the _actual_ link
1414
# contains the symbolic name, i.e. stable.
15-
# As the user browses the latest docs, there will be 'stable' in the links. Also
15+
# As the user browses the latest docs, there will be 'stable' in the links. Also
1616
# search engines will see the 'stable' link and index those pages, so if we release
1717
# a new version, these links will be already in the index, which is good.
1818
# Linking to the latest version by version number is still possible, and after the
1919
# latest version is not latest anymore, the redirect is instead the actual URL.
2020
latest_version_segment: stable
2121
latest_version_segment_strategy: redirect:to
22-
# We deploy our site on netlify, so we use their redirect config mechanism
23-
redirect_facility: netlify
22+
# See https://docs.antora.org/antora/latest/playbook/urls-html-extension-style/#html-extension-style-key
23+
html_extension_style: indexify
2424
content:
2525
sources:
2626
- url: .
2727
branches:
2828
- HEAD
29+
- release/24.11
2930
- release/24.7
3031
- release/24.3
3132
- release/23.11
@@ -41,6 +42,7 @@ content:
4142
start_path: docs
4243
branches:
4344
- main
45+
- release-24.11
4446
- release-24.7
4547
- release-24.3
4648
- release-23.11
@@ -52,6 +54,7 @@ content:
5254
start_path: docs
5355
branches:
5456
- main
57+
- release-24.11
5558
- release-24.7
5659
- release-24.3
5760
- release-23.11
@@ -62,6 +65,7 @@ content:
6265
start_path: docs
6366
branches:
6467
- main
68+
- release-24.11
6569
- release-24.7
6670
- release-24.3
6771
- release-23.11
@@ -72,6 +76,7 @@ content:
7276
start_path: docs
7377
branches:
7478
- main
79+
- release-24.11
7580
- release-24.7
7681
- release-24.3
7782
- release-23.11
@@ -83,6 +88,7 @@ content:
8388
start_path: docs
8489
branches:
8590
- main
91+
- release-24.11
8692
- release-24.7
8793
- release-24.3
8894
- release-23.11
@@ -93,6 +99,7 @@ content:
9399
start_path: docs
94100
branches:
95101
- main
102+
- release-24.11
96103
- release-24.7
97104
- release-24.3
98105
- release-23.11
@@ -103,6 +110,7 @@ content:
103110
start_path: docs
104111
branches:
105112
- main
113+
- release-24.11
106114
- release-24.7
107115
- release-24.3
108116
- release-23.11
@@ -113,6 +121,7 @@ content:
113121
start_path: docs
114122
branches:
115123
- main
124+
- release-24.11
116125
- release-24.7
117126
- release-24.3
118127
- release-23.11
@@ -123,6 +132,7 @@ content:
123132
start_path: docs
124133
branches:
125134
- main
135+
- release-24.11
126136
- release-24.7
127137
- release-24.3
128138
- release-23.11
@@ -133,6 +143,7 @@ content:
133143
start_path: docs
134144
branches:
135145
- main
146+
- release-24.11
136147
- release-24.7
137148
- release-24.3
138149
- release-23.11
@@ -143,6 +154,7 @@ content:
143154
start_path: docs
144155
branches:
145156
- main
157+
- release-24.11
146158
- release-24.7
147159
- release-24.3
148160
- release-23.11
@@ -153,6 +165,7 @@ content:
153165
start_path: docs
154166
branches:
155167
- main
168+
- release-24.11
156169
- release-24.7
157170
- release-24.3
158171
- release-23.11
@@ -163,6 +176,7 @@ content:
163176
start_path: docs
164177
branches:
165178
- main
179+
- release-24.11
166180
- release-24.7
167181
- release-24.3
168182
- release-23.11
@@ -173,6 +187,7 @@ content:
173187
start_path: docs
174188
branches:
175189
- main
190+
- release-24.11
176191
- release-24.7
177192
- release-24.3
178193
- release-23.11
@@ -183,6 +198,7 @@ content:
183198
start_path: docs
184199
branches:
185200
- main
201+
- release-24.11
186202
- release-24.7
187203
- release-24.3
188204
- release-23.11
@@ -193,6 +209,7 @@ content:
193209
start_path: docs
194210
branches:
195211
- main
212+
- release-24.11
196213
- release-24.7
197214
- release-24.3
198215
- release-23.11

local-antora-playbook.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ content:
1515
- url: ./
1616
branches:
1717
- HEAD
18+
- release/24.11
1819
- release/24.7
1920
- release/24.3
2021
- release/23.11
@@ -30,6 +31,7 @@ content:
3031
start_path: docs
3132
branches:
3233
- main
34+
- release-24.11
3335
- release-24.7
3436
- release-24.3
3537
- release-23.11
@@ -41,6 +43,7 @@ content:
4143
start_path: docs
4244
branches:
4345
- main
46+
- release-24.11
4447
- release-24.7
4548
- release-24.3
4649
- release-23.11
@@ -51,6 +54,7 @@ content:
5154
start_path: docs
5255
branches:
5356
- main
57+
- release-24.11
5458
- release-24.7
5559
- release-24.3
5660
- release-23.11
@@ -61,6 +65,7 @@ content:
6165
start_path: docs
6266
branches:
6367
- main
68+
- release-24.11
6469
- release-24.7
6570
- release-24.3
6671
- release-23.11
@@ -72,6 +77,7 @@ content:
7277
start_path: docs
7378
branches:
7479
- main
80+
- release-24.11
7581
- release-24.7
7682
- release-24.3
7783
- release-23.11
@@ -82,6 +88,7 @@ content:
8288
start_path: docs
8389
branches:
8490
- main
91+
- release-24.11
8592
- release-24.7
8693
- release-24.3
8794
- release-23.11
@@ -92,6 +99,7 @@ content:
9299
start_path: docs
93100
branches:
94101
- main
102+
- release-24.11
95103
- release-24.7
96104
- release-24.3
97105
- release-23.11
@@ -102,6 +110,7 @@ content:
102110
start_path: docs
103111
branches:
104112
- main
113+
- release-24.11
105114
- release-24.7
106115
- release-24.3
107116
- release-23.11
@@ -112,6 +121,7 @@ content:
112121
start_path: docs
113122
branches:
114123
- main
124+
- release-24.11
115125
- release-24.7
116126
- release-24.3
117127
- release-23.11
@@ -122,6 +132,7 @@ content:
122132
start_path: docs
123133
branches:
124134
- main
135+
- release-24.11
125136
- release-24.7
126137
- release-24.3
127138
- release-23.11
@@ -132,6 +143,7 @@ content:
132143
start_path: docs
133144
branches:
134145
- main
146+
- release-24.11
135147
- release-24.7
136148
- release-24.3
137149
- release-23.11
@@ -142,6 +154,7 @@ content:
142154
start_path: docs
143155
branches:
144156
- main
157+
- release-24.11
145158
- release-24.7
146159
- release-24.3
147160
- release-23.11
@@ -152,6 +165,7 @@ content:
152165
start_path: docs
153166
branches:
154167
- main
168+
- release-24.11
155169
- release-24.7
156170
- release-24.3
157171
- release-23.11
@@ -162,6 +176,7 @@ content:
162176
start_path: docs
163177
branches:
164178
- main
179+
- release-24.11
165180
- release-24.7
166181
- release-24.3
167182
- release-23.11
@@ -172,6 +187,7 @@ content:
172187
start_path: docs
173188
branches:
174189
- main
190+
- release-24.11
175191
- release-24.7
176192
- release-24.3
177193
- release-23.11
@@ -182,6 +198,7 @@ content:
182198
start_path: docs
183199
branches:
184200
- main
201+
- release-24.11
185202
- release-24.7
186203
- release-24.3
187204
- release-23.11

modules/ROOT/nav1.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
* xref:quickstart.adoc[]
22
* xref:kubernetes/index.adoc[]
33
** xref:kubernetes/aks.adoc[]
4+
** xref:kubernetes/eks.adoc[]
45
** xref:kubernetes/gke.adoc[]
56
** xref:kubernetes/huawei-cloud.adoc[]
67
** xref:kubernetes/ibm-cloud.adoc[]

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
= Amazon Elastic Kubernetes Service (EKS)
2+
3+
Please make sure that you have a default StorageClass in your cluster, so that PVCs will be provisioned.
4+
5+
You can list available StorageClasses using the command
6+
7+
```bash
8+
➜ ~ kubectl get storageclasses
9+
NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE
10+
gp2 (default) kubernetes.io/aws-ebs Delete WaitForFirstConsumer false 9h
11+
```
12+
13+
In case you don't have a StorageClass marked as `default`, you can change a StorageClass to the default using the following command (make sure to update it to your StorageClass name):
14+
15+
```bash
16+
➜ ~ kubectl patch storageclass gp2 -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'
17+
```

0 commit comments

Comments
 (0)