Skip to content

Commit 29f1926

Browse files
authored
Adding warning and hint for listener operator (#559)
1 parent 20cb785 commit 29f1926

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/concepts/pages/arm64-support.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ According to our https://docs.stackable.tech/home/stable/airflow/getting_started
2525
helm install commons-operator stackable-stable/commons-operator --namespace stackable-operators --create-namespace --version=23.11.0 --set image.repository=docker.stackable.tech/stackable-experimental/commons-operator
2626
----
2727

28+
WARNING: Listener operator 23.11.0 not available for bare metal arm64 machines
29+
2830
By declaring `--set image.repository=docker.stackable.tech/stackable-experimental/commons-operator` you will overwrite the image selected by default with one located in the organization `stackable-experimental`. The other operators can be installed in the same way.
2931

3032
WARNING: You have to install every operator you need for a given demo individually with helm using `--skip-release` with stackablectl. Otherwise, it will try to install x86 operators and pull ARM64 product images afterwards.
@@ -61,7 +63,7 @@ git clone git@github.com:stackabletech/demos.git
6163
cd demos && git pull && git checkout spike/demos-on-arm
6264
----
6365
==== 3. Install stackable operators ( release 23.11.0 )
64-
NOTE: This executes a script where all operators with version 23.11.0 are installed. You can omit this step and only install operators you want by copying the corresponding `helm` command.
66+
NOTE: This executes a script where all operators (except listener operator) with version 23.11.0 are installed. You can omit this step and only install operators you want by copying the corresponding `helm` command.
6567

6668
[source,bash]
6769
----

0 commit comments

Comments
 (0)