AutomationDev85 opened a new pull request, #50192: URL: https://github.com/apache/airflow/pull/50192
# Overview The idea is to make the events of the Kubernetes pod visible in the log during start phase of the Pod. The KubenetesPodOperator starts the Pod and pulls the events in parallel and writes new events into log. This enables the user to see what is happening in the background in Kubernetes. # Details of change: * await_pod_start pulls cyclic for new Kubernetes events and writes into log parallel to start phase of the Pod. -- 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]
