jason810496 opened a new pull request, #47595:
URL: https://github.com/apache/airflow/pull/47595

   
   related: #44508 
   
   ## Why  
   
   Improving the Kubernetes development experience, as described in #44508.  
   
   ## How  
   
   - **Introduce `dev` mode in the Helm chart**  
     - Add `airflow-code-pvc` PVC
     - Mount `airflow-code-pvc` as `$AIRFLOW_HOME/airflow` to include the 
source code  
   - **Introduce the `breeze k8s reload` command**  
     - Copy the current source code from the local machine to 
`airflow-code-pvc`  
     - Roll out a restart for all Airflow components  
   
   ## What  
   
   - Significantly improves the k8s test iteration process  
   - Could potentially speed up CI in k8s system tests  
     - Eliminates the need to rebuild the k8s image with `breeze k8s 
build-k8s-image --rebuild-base-image` for every change (only required when 
dependencies change)  
     - Allows loading the latest code changes using `breeze k8s reload`


-- 
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]

Reply via email to