insomnes commented on issue #44508: URL: https://github.com/apache/airflow/issues/44508#issuecomment-2709792891
The PVC may also simplify flow for starting airflow in docker and only configure the executor to run pods in kind-cluster. To speed up the feedback loop even more. I am not very proficient with breeze, but it would require changing the installation method to the editable one during k8s image building for this case. Because the current k8s flow uses `run_build_production_image` and it results in `apache-airflow` install method: https://github.com/apache/airflow/blob/main/dev/breeze/src/airflow_breeze/params/build_prod_params.py#L143 So it would also require some kind of flag for the building step. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
