You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update ARM documentation to 24.3.0 ( silent Multi Arch release ) (#580)
* first updates to docu
* Adding branch for demos
* Remove commen t
* Applying suggestions from review
Co-authored-by: Felix Hennig <fhennig@users.noreply.github.com>
* hyphenate multi-architecture
---------
Co-authored-by: Felix Hennig <fhennig@users.noreply.github.com>
Copy file name to clipboardExpand all lines: modules/concepts/pages/arm64-support.adoc
+17-10Lines changed: 17 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,25 +4,32 @@
4
4
5
5
WARNING: This is an experimental feature of the Stackable Data Platform (SDP) and still under https://github.com/stackabletech/issues/issues/463[development].
6
6
7
+
NOTE: 24.3.0 has been released as a multi-architecture release. We encountered certain limitations as Superset 3.1.0 hasn't been build yet and only Airflow 2.6.3 is currently available.
8
+
7
9
== Early access
8
10
9
11
SDP release 23.11.0 has been ported to the ARM64 architecture.
12
+
With 24.3.0 we enabled multi-architecture.
10
13
These images are stored within the `stackable-experimental` organization in our https://repo.stackable.tech/#browse/browse:docker:v2%2Fstackable-experimental[Docker repository].
11
14
12
15
=== Available releases
13
16
14
-
The only release currently available for ARM64 is the early access version mentioned above.
17
+
The only release currently available for ARM64 is the early access versions mentioned above.
18
+
19
+
23.11.0 only brought `arm64` as early access feature, as of 24.3.0 we support multi-architecture ( mixed architectures on clusters ).
15
20
16
-
Each product image is built using ARM-specific tags to keep them distinct from development/nightly images.
21
+
Each product image is built using architecture-specific tags to keep them distinct from development/nightly images.
17
22
In the future they may be bundled as a manifest list using an automated workflow.
18
23
24
+
24.7.0 will be released as part of the usual release process directly as multi-architecture release.
25
+
19
26
=== Operators
20
27
21
28
According to our https://docs.stackable.tech/home/stable/airflow/getting_started/installation#_helm[installation guide] you can install ARM64 operators e.g. for the commons operator as follows:
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.
@@ -36,11 +43,11 @@ To choose an ARM64 image specify the image in the `custom` field as follows:
0 commit comments