Skip to content

Conversation

@jvoravong
Copy link
Contributor

Description

  • Update every api-server health and probe check for docker-compose and helm chart to use /api/v2/monitor/health introduced in Airflow 3.x

Testing

  • Updated helm chart templates, docker-compose, related tests, and docs I could find. Manually deployed and tested as well.

closes: #58129

Maintainers please let me know if I missed anything.

Copy link
Member

@jason810496 jason810496 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the good catch!
The PR should be good to go after CI pass.

jvoravong and others added 2 commits November 28, 2025 09:23
…t.py

Co-authored-by: Jason(Zhe-You) Liu <68415893+jason810496@users.noreply.github.com>
@jscheffl jscheffl added this to the Airflow Helm Chart 1.19.0 milestone Nov 28, 2025
…t.py

Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
@jvoravong jvoravong requested a review from jscheffl December 2, 2025 20:37
@jscheffl
Copy link
Contributor

jscheffl commented Dec 2, 2025

Note: Static check failure is/was fixed in #58975

@jscheffl jscheffl merged commit 8ab288a into apache:main Dec 2, 2025
83 of 84 checks passed
@boring-cyborg
Copy link

boring-cyborg bot commented Dec 2, 2025

Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions.

itayweb pushed a commit to itayweb/airflow that referenced this pull request Dec 6, 2025
…58129 (apache#58734)

* Fix Liveness / Readiness / Startup probe path for Airflow 3.x apache#58129

* Update docker-tests/tests/docker_tests/test_docker_compose_quick_start.py

Co-authored-by: Jason(Zhe-You) Liu <68415893+jason810496@users.noreply.github.com>

* Fix ruff formatting

* Update docker-tests/tests/docker_tests/test_docker_compose_quick_start.py

* Update docker-tests/tests/docker_tests/test_docker_compose_quick_start.py

Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>

---------

Co-authored-by: Jason(Zhe-You) Liu <68415893+jason810496@users.noreply.github.com>
Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:docker-tests area:helm-chart Airflow Helm Chart area:production-image Production image improvements and fixes kind:documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Liveness / Readiness / Startup probe path for Airflow 3.x

5 participants