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

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


The following commit(s) were added to refs/heads/v3-2-test by this push:
     new 8fc8caaed1d [v3-2-test] Remove breeze k8s configure-k8s-cluster 
(#65088) (#65117)
8fc8caaed1d is described below

commit 8fc8caaed1dc8da28d5b833ffd1e22d542dc8d55
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 13 10:18:30 2026 +0300

    [v3-2-test] Remove breeze k8s configure-k8s-cluster (#65088) (#65117)
    
    (cherry picked from commit 9bbac9d789cc2084c680762be91020ae59df3155)
    
    Co-authored-by: Przemysław Mirowski 
<[email protected]>
---
 .../commands/kubernetes_commands_config.py          | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git 
a/dev/breeze/src/airflow_breeze/commands/kubernetes_commands_config.py 
b/dev/breeze/src/airflow_breeze/commands/kubernetes_commands_config.py
index 4a048949be8..fcabbbcba93 100644
--- a/dev/breeze/src/airflow_breeze/commands/kubernetes_commands_config.py
+++ b/dev/breeze/src/airflow_breeze/commands/kubernetes_commands_config.py
@@ -131,27 +131,6 @@ KUBERNETES_PARAMETERS: dict[str, list[dict[str, str | 
list[str]]]] = {
             ],
         },
     ],
-    "breeze k8s configure-k8s-cluster": [
-        {
-            "name": "Configure cluster flags",
-            "options": [
-                "--python",
-                "--kubernetes-version",
-            ],
-        },
-        {
-            "name": "Parallel options",
-            "options": [
-                "--run-in-parallel",
-                "--parallelism",
-                "--python-versions",
-                "--kubernetes-versions",
-                "--skip-cleanup",
-                "--debug-resources",
-                "--include-success-outputs",
-            ],
-        },
-    ],
     "breeze k8s deploy-airflow": [
         {
             "name": "Airflow deploy flags",

Reply via email to