-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
Status of testing of Apache Airflow Helm Chart 1.7.0rc1 #26971
Comments
Verified that
Also verified with
|
Verified #25732 - StatsD |
Verified #26415 - Add default flower_url_prefix in helm chart values
and not custom define
No problem. |
Tested #25283 - works as expected |
Verified #26598 overrideMappings
|
some report about #24496
And this error message may not be friendly. |
Tested #26838, works as expected |
@BobDu, it is assumed that folks keep It would be nice to detect if folks forget though. Not sure how easy that'd be to do though. |
Tested #26423 in the RC. Working as expected. Default value for $ helm list
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
airflow airflow 1 2022-10-11 20:34:39.015555852 +0300 +03 deployed airflow-1.7.0 2.4.1
$ kubectl get cm airflow-airflow-config -oyaml | yq e '.data."pod_template_file.yaml"' - | yq e '.spec.containers[0].imagePullPolicy'
IfNotPresent Changing it to
|
all good for #24647 Partial values file: workers:
resources:
requests:
cpu: 300m
memory: 128Mi
limits:
cpu: 700m
memory: 512Mi Resulting pod template file: > k exec airflow-scheduler-c95484f44-hbr2g -it -- cat /usr/local/airflow/pod_templates/pod_template_file.yaml
...
resources:
limits:
cpu: 700m
memory: 512Mi
requests:
cpu: 300m
memory: 128Mi |
Also tested #24496 - looks good. |
Looks good for #23711 too On values file: dagProcessor:
enabled: true > kgp -l component=dag-processor
NAME READY STATUS RESTARTS AGE
airflow-dag-processor-8655f894b4-fhgw6 1/1 Running 0 2m19s |
ops, sorry my bad. For #24647: workers:
podAnnotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false" pod template file: > k exec airflow-cookbook-scheduler-6df58df678-b8mqz -it -- cat /usr/local/airflow/pod_templates/pod_template_file.yaml
Defaulted container "scheduler" out of: scheduler, scheduler-log-groomer, wait-for-airflow-migrations (init)
...
---
apiVersion: v1
kind: Pod
metadata:
name: dummy-name
...
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false" |
#25059 working as expected. |
The helm chart is being released! Thanks everyone for testing the RC 🍺 |
We have a kind request for all the contributors to the latest Apache Airflow Helm Chart 1.7.0rc1.
Could you please help us to test the RC versions of Airflow?
Please let us know in the comment if the issue is addressed in the latest RC.
Linked issues:
Linked issues:
jobs check
command (#24480): @dstandishLinked issues:
hostname_callable
(#24999): @V0lantisLinked issues:
Linked issues:
Linked issues:
Linked issues:
Thanks to all who contributed to the release (probably not a complete list!):
@vivek-zeta @MatthieuBlais @joshuaghezzi @ephraimbuddy @mabrikan @ihorlukianov @danielhoherd @Swalloow @BobDu @moshederri @dan-vaughan @V0lantis @potiuk @dstandish @rishkarajgi @SuperQ @csp98 @Aakcht @EliMor @raphaelauv @gmsantos @jedcunningham
The text was updated successfully, but these errors were encountered: