[GitHub] [airflow] sjmiller609 commented on issue #6067: [AIRFLOW-5448] Handle istio-proxy for Kubernetes Executor

2019-09-11 Thread GitBox
sjmiller609 commented on issue #6067: [AIRFLOW-5448] Handle istio-proxy for Kubernetes Executor URL: https://github.com/apache/airflow/pull/6067#issuecomment-530481418 I'm working on system testing this. I have noticed that the kube executor calls run_pod_async on the PodLauncher class,

[GitHub] [airflow] sjmiller609 commented on issue #6067: [AIRFLOW-5448] Handle istio-proxy for Kubernetes Executor

2019-09-10 Thread GitBox
sjmiller609 commented on issue #6067: [AIRFLOW-5448] Handle istio-proxy for Kubernetes Executor URL: https://github.com/apache/airflow/pull/6067#issuecomment-530095167 I am running both on GKE and locally on my laptop using docker-kubernetes for mac

[GitHub] [airflow] sjmiller609 commented on issue #6067: [AIRFLOW-5448] Handle istio-proxy for Kubernetes Executor

2019-09-10 Thread GitBox
sjmiller609 commented on issue #6067: [AIRFLOW-5448] Handle istio-proxy for Kubernetes Executor URL: https://github.com/apache/airflow/pull/6067#issuecomment-530091280 > I would like to add that there is only one difference between KubernetesPodOperator and GKEPodOperator. GKEPodOperator

[GitHub] [airflow] sjmiller609 commented on issue #6067: [AIRFLOW-5448] Handle istio-proxy for Kubernetes Executor

2019-09-10 Thread GitBox
sjmiller609 commented on issue #6067: [AIRFLOW-5448] Handle istio-proxy for Kubernetes Executor URL: https://github.com/apache/airflow/pull/6067#issuecomment-530080861 @mik-laj Thank you so much for your continued help on this contribution. Can you help me disambiguate something? The