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 eb994d1f6a9 Add note (#65178)
eb994d1f6a9 is described below
commit eb994d1f6a913b397b3fcf63d11ab03f7b90c07f
Author: Przemysław Mirowski <[email protected]>
AuthorDate: Tue Apr 14 12:01:06 2026 +0200
Add note (#65178)
---
contributing-docs/testing/k8s_tests.rst | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/contributing-docs/testing/k8s_tests.rst
b/contributing-docs/testing/k8s_tests.rst
index 084bb5e0923..e4e08b32a6a 100644
--- a/contributing-docs/testing/k8s_tests.rst
+++ b/contributing-docs/testing/k8s_tests.rst
@@ -91,6 +91,18 @@ In order to deploy Airflow, the PROD image of Airflow need
to be extended and ex
template files should be added to the image. This is done via
``build-k8s-image``, ``upload-k8s-image``.
This can also be done for all/selected images/clusters in parallel via
``--run-in-parallel`` flag.
+.. note::
+
+ Before running ``breeze k8s build-k8s-image`` command, make sure that all
UI assets are compiled by checking
+ if ``airflow-core/src/airflow/ui/dist`` is not empty. If the mentioned
directory is empty, run following
+ command:
+
+ .. code-block:: shell
+
+ breeze ui compile-assets
+
+ for making sure that all assets are up-to-date, run the above command with
``--force-clean`` flag.
+
Deploy Airflow to Kubernetes Cluster
------------------------------------