AutomationDev85 opened a new pull request, #56872: URL: https://github.com/apache/airflow/pull/56872
# Overview We are preparing an update to the KubernetesPodTriggerer workflow to align its startup behavior with that of the synchronous workflow. As part of this effort, we are introducing this preparation PR. This PR moves the triggerer to the pod-launcher-role, enabling it to read events from pods during the startup phase. Another reason for this change is to grant the triggerer the rights to clean up pods if it detects that the state of an Airflow task was set to failed by the user. This cleanup behavior will be introduced in a future PR. We welcome your feedback on this change! # Details of change: * Move KubernetesPodTriggerer to the pod-launcher-role. * Remove KubernetesPodTriggerer from the pod-reader-role, as pod-launcher-role already provides the necessary rights. -- 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]
