You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/29 19:28:21 UTC

[GitHub] [airflow] jedcunningham opened a new pull request, #23371: Fix KubernetesPodOperator with KubernetesExecutor on 2.3.0

jedcunningham opened a new pull request, #23371:
URL: https://github.com/apache/airflow/pull/23371

   KubernetesPodOperator was mistakenly trying to reattach to it's
   KubernetesExecutor worker, where it would get stuck watching itself for
   logs. We will properly filter for KPO's only, and ignore
   KubernetesExecutor workers for good measure.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] kaxil merged pull request #23371: Fix KubernetesPodOperator with KubernetesExecutor on 2.3.0

Posted by GitBox <gi...@apache.org>.
kaxil merged PR #23371:
URL: https://github.com/apache/airflow/pull/23371


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] ernest-kr commented on pull request #23371: Fix KubernetesPodOperator with KubernetesExecutor on 2.3.0

Posted by GitBox <gi...@apache.org>.
ernest-kr commented on PR #23371:
URL: https://github.com/apache/airflow/pull/23371#issuecomment-1113681163

   I have verified by applying the commit.
   This commit works


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org