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 2020/08/13 07:13:23 UTC

[GitHub] [airflow] fhaase2 opened a new issue #10313: Run multiple containers in `KubernetesPodOperator`

fhaase2 opened a new issue #10313:
URL: https://github.com/apache/airflow/issues/10313


   <!--
   
   Welcome to Apache Airflow!  For a smooth issue process, try to answer the following questions.
   Don't worry if they're not all applicable; just try to include what you can :-)
   
   If you need to include code snippets or logs, please put them in fenced code
   blocks.  If they're super-long, please use the details tag like
   <details><summary>super-long log</summary> lots of stuff </details>
   
   Please delete these comment blocks before submitting the issue.
   
   -->
   
   **Description**
   
   The `airflow.contrib.operators.kubernetes_pod_operator.KubernetesPodOperator` does not have the possibility to start mutliple containers in the same pod.
   
   **Use case / motivation**
   
   Useful if one need to start sidecars or external services in the same pod. I am not sure about the API here, should it be possible to provide a list of images and cmds?
   
   **Related Issues**
   
   <!-- Is there currently another issue associated with this? -->
   


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



[GitHub] [airflow] mik-laj commented on issue #10313: Run multiple containers in `KubernetesPodOperator`

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #10313:
URL: https://github.com/apache/airflow/issues/10313#issuecomment-674382501


   https://lists.apache.org/x/thread.html/rb1bcafea1b8f86e6d155aea7169c05805f7021e90f1636afc8019074@%3Cdev.airflow.apache.org%3E
   can you have a look here? does this allow you to meet your use case?


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



[GitHub] [airflow] everglory99 commented on issue #10313: Run multiple containers in `KubernetesPodOperator`

Posted by GitBox <gi...@apache.org>.
everglory99 commented on issue #10313:
URL: https://github.com/apache/airflow/issues/10313#issuecomment-797267378


   Is this feature available in Airflow 2.0? I add a sidecar container (`fluent-bit`) in `pod_template_file` used in `KubernetesPodOperator`. However, the POD is always in running mode even the `base` container is finished successfully. I think this is because the sidecar container is still running. Is there a way to fix this issue? Thanks!


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



[GitHub] [airflow] boring-cyborg[bot] commented on issue #10313: Run multiple containers in `KubernetesPodOperator`

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #10313:
URL: https://github.com/apache/airflow/issues/10313#issuecomment-673305339


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


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



[GitHub] [airflow] kaxil commented on issue #10313: Run multiple containers in `KubernetesPodOperator`

Posted by GitBox <gi...@apache.org>.
kaxil commented on issue #10313:
URL: https://github.com/apache/airflow/issues/10313#issuecomment-785359818


   Closing this since we have not yet received response to last suggestion -- we can re-open if this is still an issue from Airflow 2.0+


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



[GitHub] [airflow] kaxil closed issue #10313: Run multiple containers in `KubernetesPodOperator`

Posted by GitBox <gi...@apache.org>.
kaxil closed issue #10313:
URL: https://github.com/apache/airflow/issues/10313


   


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