jscheffl commented on issue #50025: URL: https://github.com/apache/airflow/issues/50025#issuecomment-2843298376
As for xcom side car there was a solution implemented in providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/hooks/kubernetes.py - see property `xcom_sidecar_container_image`. This is used in the POD generator in providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/utils/xcom_sidecar.py:61 Unfortunately this is not really good documented so w/o reading source hard to find. I'd propose to implement the init container in a similar way... and if possible add both then to the docs as options. Then as admin you just need to add the connection `kubernetes_default` and specify the parameters. Marking as `good first issue` -- 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]
