question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Status of testing of Apache Airflow Helm Chart 1.7.0rc1

See original GitHub issue

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.

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

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:17 (17 by maintainers)

github_iconTop GitHub Comments

3reactions
jedcunninghamcommented, Oct 14, 2022

The helm chart is being released! Thanks everyone for testing the RC 🍺

2reactions
gmsantoscommented, Oct 12, 2022

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"
Read more comments on GitHub >

github_iconTop Results From Across the Web

Helm Chart for Apache Airflow
This chart will bootstrap an Airflow deployment on a Kubernetes cluster using the Helm package manager. Requirements¶. Kubernetes 1.20+ cluster. Helm 3.0+. PV ......
Read more >
refs/tags/helm-chart/1.1.0rc1 - airflow - Git at Google
Scalable: Airflow has a modular architecture and uses a message queue to orchestrate an arbitrary number of workers. Requirements. Apache Airflow is tested...
Read more >
apache-airflow - PyPI
PyPI version GitHub Build Coverage Status License PyPI - Python Version Docker ... Airflow Helm Chart: SemVer rules apply to changes in the...
Read more >
Gitee 极速下载/Apache Airflow
Convert Helm tests to use the new Python Breeeze (#25678) ... Graph: Visualization of a DAG's dependencies and their current status for a...
Read more >
Changelog — Elyra 3.14.0.dev0 documentation
Update pipeline editor node package to 1.10 - #2950; Explicitly specify units of gigabytes for RAM in Airflow DAG template - #2949; Fix...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found