-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(airflow): Update container images ahead of Stackable Release 24.11 #847
Comments
I see a new statsd_exporter version available. Will update that in a separate PR. |
Smoke tests pass:
|
airflow-operator getting_started passes, but will leave it at the current stable version. diffdiff --git a/docs/modules/airflow/examples/getting_started/code/airflow.yaml b/docs/modules/airflow/examples/getting_started/code/airflow.yaml
index 9389942..9165718 100644
--- a/docs/modules/airflow/examples/getting_started/code/airflow.yaml
+++ b/docs/modules/airflow/examples/getting_started/code/airflow.yaml
@@ -5,7 +5,8 @@ metadata:
name: airflow
spec:
image:
- productVersion: 2.9.3
+ productVersion: 2.10.2
+ pullPolicy: Never
clusterConfig:
loadExamples: true
exposeConfig: false |
The demo does not work with 2.10.2, that will need some work. In case it helps, @adwk67:
diffdiff --git a/stacks/airflow/airflow.yaml b/stacks/airflow/airflow.yaml
index 5e8b96c..7b12ce0 100644
--- a/stacks/airflow/airflow.yaml
+++ b/stacks/airflow/airflow.yaml
@@ -6,7 +6,7 @@ metadata:
name: airflow
spec:
image:
- productVersion: 2.9.3
+ productVersion: 2.10.2
clusterConfig:
listenerClass: external-unstable
loadExamples: false
diff --git a/stacks/stacks-v2.yaml b/stacks/stacks-v2.yaml
index 12a55e9..b51ea27 100644
--- a/stacks/stacks-v2.yaml
+++ b/stacks/stacks-v2.yaml
@@ -85,7 +85,7 @@ stacks:
default: adminadmin
airflow:
description: Stack containing Airflow scheduling platform
- stackableRelease: 24.7
+ stackableRelease: dev
stackableOperators:
- commons
- listener
@@ -95,9 +95,9 @@ stacks:
labels:
- airflow
manifests:
- - helmChart: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/postgresql-airflow.yaml
- - helmChart: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/redis-airflow.yaml
- - plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/airflow/airflow.yaml
+ - helmChart: ./stacks/_templates/postgresql-airflow.yaml
+ - helmChart: ./stacks/_templates/redis-airflow.yaml
+ - plainYaml: ./stacks/airflow/airflow.yaml
supportedNamespaces: []
resourceRequests:
cpu: 3400m |
I would prefer to keep the Issue open until the problem is solved to not forget about it. We don't need to ship Airflow 2.10 with SDP 24.11, although I would prefer investing the time (at a min. 1-2 days) to properly research the problem |
Gave it a very quick try (installed the |
Update: Seems to work perfectly fine after I increased the webserver memory 1 -> 2 Gi 🥳 |
Moving this back to Development Done, because @adwk67 solved the problem with the failing test task. |
I mean the Pod in my demo OOMed, so something is going on. But when you say everything is working now I'm happy :) |
Part of #831.
2.10.2
(2.9.3
remains the latest/LTS, and was already added in chore: Bump airflow to 2.9.3 #809).2.6.x
,2.8.x
(already done in chore: Bump airflow to 2.9.3 #809).Tip
Please add the
scheduled-for/20XX-XX
label.Update tasks
Related Pull Requests
Acceptance
Testing instructions
Please consider updating this template if these instructions are wrong, or
could be made clearer.
The text was updated successfully, but these errors were encountered: