This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 7f0fbd67e6f Remove docs mentioning old, unsupported hybrid executors
(#62093)
7f0fbd67e6f is described below
commit 7f0fbd67e6f1e2832a0729335016edbebc57d4fb
Author: Jens Scheffler <[email protected]>
AuthorDate: Tue Feb 17 22:17:34 2026 +0100
Remove docs mentioning old, unsupported hybrid executors (#62093)
---
.../docs/administration-and-deployment/production-deployment.rst | 6 ------
airflow-core/docs/extra-packages-ref.rst | 4 ++--
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git
a/airflow-core/docs/administration-and-deployment/production-deployment.rst
b/airflow-core/docs/administration-and-deployment/production-deployment.rst
index e4a6c1c814b..7d7b0d520e3 100644
--- a/airflow-core/docs/administration-and-deployment/production-deployment.rst
+++ b/airflow-core/docs/administration-and-deployment/production-deployment.rst
@@ -179,12 +179,6 @@ of the executor you use:
are managed by the Kubernetes cluster and will be automatically adopted by
``Schedulers`` when they are
upgraded and restarted.
-* For the :doc:`CeleryKubernetesExecutor
<apache-airflow-providers-celery:celery_kubernetes_executor>`, you follow the
- same procedure as for the ``CeleryExecutor`` - you put the workers in
offline mode, wait for the running
- tasks to complete, upgrade the workers, and then upgrade the scheduler,
triggerer and webserver in a
- rolling restart mode - which should also adopt tasks run via the
``KubernetesExecutor`` part of the
- executor.
-
Most of the rolling-restart upgrade scenarios are implemented in the
:doc:`helm-chart:index`, so you can
use it to upgrade your Airflow deployment without any downtime - especially in
case you do patch-level
upgrades of Airflow.
diff --git a/airflow-core/docs/extra-packages-ref.rst
b/airflow-core/docs/extra-packages-ref.rst
index 89424bf8aa2..a3acd03df1e 100644
--- a/airflow-core/docs/extra-packages-ref.rst
+++ b/airflow-core/docs/extra-packages-ref.rst
@@ -319,9 +319,9 @@ Some of those enable Airflow to use executors to run tasks
with them - other tha
+=====================+=====================================================+=================================================================+==============================================+
| arangodb | ``pip install 'apache-airflow[arangodb]'`` |
ArangoDB operators, sensors and hook |
|
+---------------------+-----------------------------------------------------+-----------------------------------------------------------------+----------------------------------------------+
-| celery | ``pip install 'apache-airflow[celery]'`` |
Celery dependencies and sensor |
CeleryExecutor, CeleryKubernetesExecutor |
+| celery | ``pip install 'apache-airflow[celery]'`` |
Celery dependencies and sensor |
CeleryExecutor |
+---------------------+-----------------------------------------------------+-----------------------------------------------------------------+----------------------------------------------+
-| cncf-kubernetes | ``pip install 'apache-airflow[cncf-kubernetes]'`` |
Kubernetes client libraries, KubernetesPodOperator & friends |
KubernetesExecutor, LocalKubernetesExecutor |
+| cncf-kubernetes | ``pip install 'apache-airflow[cncf-kubernetes]'`` |
Kubernetes client libraries, KubernetesPodOperator & friends |
KubernetesExecutor |
+---------------------+-----------------------------------------------------+-----------------------------------------------------------------+----------------------------------------------+
| docker | ``pip install 'apache-airflow[docker]'`` |
Docker hooks and operators |
|
+---------------------+-----------------------------------------------------+-----------------------------------------------------------------+----------------------------------------------+