jonathonbattista opened a new issue #8479: URL: https://github.com/apache/airflow/issues/8479
**Description** Allow the KubernetesExecutor to spawn an Init or Sidecar Container in the Worker Pod before running the DAG. **Use case / motivation** Since the KubernetesExectuor overrides the container command, we need to be able to run some logic to config the Worker Pod's environment before running the DAG. i.e. Pull environment-specific files. Currently, we are doing this at the DAG-level which is not ideal and we don't want to do this when building the Docker image and manage environment-specific Docker images. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
