This is an automated email from the ASF dual-hosted git repository.

jscheffl pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new b2302e08cc1 [v3-1-test] Remove docs mentioning old, unsupported hybrid 
executors (#62093) (#62096)
b2302e08cc1 is described below

commit b2302e08cc14ca0f1197c131e7baff264dfd9d07
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 17 22:35:45 2026 +0100

    [v3-1-test] Remove docs mentioning old, unsupported hybrid executors 
(#62093) (#62096)
    
    (cherry picked from commit 7f0fbd67e6f1e2832a0729335016edbebc57d4fb)
    
    Co-authored-by: Jens Scheffler <[email protected]>
---
 .../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 5e225bff65a..c5708dee3c0 100644
--- a/airflow-core/docs/extra-packages-ref.rst
+++ b/airflow-core/docs/extra-packages-ref.rst
@@ -315,9 +315,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                                      |               
                               |
 
+---------------------+-----------------------------------------------------+-----------------------------------------------------------------+----------------------------------------------+

Reply via email to