potiuk commented on PR #35146: URL: https://github.com/apache/airflow/pull/35146#issuecomment-1777185978
> > I think solving sidecar termination - if we will do it at all - is completely different problem (not related to this change). > > Yes separated issue Actually the issue is finaly easily solvable for k8s 1.28+ (and we already support 1.28) - the KEP-753 implementation has been released in k8s 1.28 and we can finally solve sidecar problems in generic way (implementing the intra-process /via volume communication as a "generic" solution in our chart was discarded as an option a long time ago as non-practical. Created a "good first issue" for that for someonen who would like to take a stab on it https://github.com/apache/airflow/issues/35154 cc: @jedcunningham -- 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]
