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

potiuk 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 9bbac9d789c Remove breeze k8s configure-k8s-cluster (#65088)
9bbac9d789c is described below

commit 9bbac9d789cc2084c680762be91020ae59df3155
Author: Przemysław Mirowski <[email protected]>
AuthorDate: Mon Apr 13 02:35:15 2026 +0200

    Remove breeze k8s configure-k8s-cluster (#65088)
---
 .../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