[
https://issues.apache.org/jira/browse/AIRFLOW-4730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16888368#comment-16888368
]
Leah commented on AIRFLOW-4730:
-------------------------------
As part of a live-coding session, [[email protected]] and I made a WIP PR
for this issue in particular - we wrote a failing test and would love more eyes
on it https://github.com/apache/airflow/pull/5608
> Startup-timeout for launching pods on k8s executor/operator should be
> configurable
> ----------------------------------------------------------------------------------
>
> Key: AIRFLOW-4730
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4730
> Project: Apache Airflow
> Issue Type: Task
> Components: executors
> Affects Versions: 1.10.3
> Reporter: Daniel Imberman
> Priority: Minor
> Labels: beginner, kubernetes, starter
> Attachments: Screen Shot 2019-06-04 at 9.04.31 AM.png
>
>
> !Screen Shot 2019-06-04 at 9.04.31 AM.png!
> Currently users that have affinities for their DAGs are getting failures when
> k8s fails to schedule due to lack of available nodes.
> It looks like this might have to do with the fact that the k8s executor uses
> run_pod_async meaning that it attempts it once and then fails on any failure
> from the API. Could probably add logic to read the API section for affinity
> failures
> https://github.com/apache/airflow/blob/05c06b0f6669f677495328c68c2bd05f6d0e69db/airflow/kubernetes/pod_launcher.py#L59
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)