You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/06/29 17:07:00 UTC

[jira] [Commented] (AIRFLOW-6062) Scheduler doesn't delete worker pods from namespaces different than the scheduler's namespace

    [ https://issues.apache.org/jira/browse/AIRFLOW-6062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17147986#comment-17147986 ] 

ASF GitHub Bot commented on AIRFLOW-6062:
-----------------------------------------

dimberman commented on pull request #8546:
URL: https://github.com/apache/airflow/pull/8546#issuecomment-651246774


   @hcheng4 that's a really good point I noticed that in the tests. We need to have a larger discussion (maybe make this a "multi-namespace" mode)


----------------------------------------------------------------
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.

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


> Scheduler doesn't delete worker pods from namespaces different than the scheduler's namespace
> ---------------------------------------------------------------------------------------------
>
>                 Key: AIRFLOW-6062
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6062
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: executor-kubernetes
>    Affects Versions: 1.10.5
>            Reporter: Mihail Petkov
>            Assignee: Daniel Imberman
>            Priority: Blocker
>             Fix For: 1.10.10
>
>
> When you run Airflow's task instances as worker pods in different namespaces into a Kubernetes cluster, the scheduler can delete only the pods that are living in the same namespace where the scheduler lives. It's trying to delete all pods that are in the namespace defined in the airflow.cfg file.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)