lshw42 commented on issue #10605: URL: https://github.com/apache/airflow/issues/10605#issuecomment-968283182
@ZackingIt Where exactly did you put the configuration? When I put the `PodDefaults.SIDECAR_CONTAINER.image` (as mentioned several times here and everywhere else) into the `values.yaml` it is just used by the helm chart. But I can't figure out where to put the `airflow_local_settings.py` to configure the worker pod image pulled by the `KubernetesExecutor`. I even can't build a Docker image with Airflow 2.1.4 which is configured as needed. My current Dockerfile looks like the following: ```Dockerfile FROM apache/airflow:2.1.4-python3.8@sha256:ae98e5e9eba596e24bce820e5f3a109274b82cd347bb9fdfca1e9d3f0dda4bb0 COPY --chown=airflow:root airflow_local_settings.py /opt/airflow/config/airflow_local_settings.py USER airflow ``` But as soon as the `KubernetesExecutor` is pulling my image (because I configured it in the `values.yaml`) it runs into the Docker pull limit very easy, because I can't configure the image correctly. -- 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]
