Skip to content

Conversation

@jason810496
Copy link
Member

related: #59869

Why

In #59869, we add the hint that show Alternatively, jump straight into development on Kubernetes with: breeze k8s dev --python {python} --kubernetes-version {kubernetes_version} after running breeze k8s create-cluster

https://github.com/apache/airflow/pull/59869/files#diff-ec0edb35ebfa2f51b6030b54f72eb90b0661eb310b0baea6e9c605f49c15123dR331-R335

However, when I run breeze k8s dev right after breeze k8s create-cluster. I'm not able to access API Server because the k8s test resources in scripts/ci/kubernetes are not deployed. Since we skip the breeze k8s configure-cluster command.

What

We should also deploy the test resources in scripts/ci/kubernetes with skaffold in case the user didn't run breeze k8s configure-cluster before breeze k8s dev.

Technical detail:

@potiuk potiuk merged commit e36e6ca into apache:main Jan 8, 2026
129 checks passed
@github-actions
Copy link

github-actions bot commented Jan 8, 2026

Backport failed to create: v3-1-test. View the failure log Run details

Status Branch Result
v3-1-test Commit Link

You can attempt to backport this manually by running:

cherry_picker e36e6ca v3-1-test

This should apply the commit to the v3-1-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

chirodip98 pushed a commit to chirodip98/airflow-contrib that referenced this pull request Jan 9, 2026
…pache#60259)

* Initial plan

* Add portForward section to _build_skaffold_config for API server

Co-authored-by: jason810496 <68415893+jason810496@users.noreply.github.com>

* Add kubectl section instead of portForward section

* Fix: hooks should place under helm instead of kubectl

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
stegololz pushed a commit to stegololz/airflow that referenced this pull request Jan 9, 2026
…pache#60259)

* Initial plan

* Add portForward section to _build_skaffold_config for API server

Co-authored-by: jason810496 <68415893+jason810496@users.noreply.github.com>

* Add kubectl section instead of portForward section

* Fix: hooks should place under helm instead of kubectl

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants