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/07/21 19:08:23 UTC

[GitHub] [airflow] mikebell90 opened a new issue, #25222: Launch Pod/job in separate namespace and support in helm chart

mikebell90 opened a new issue, #25222:
URL: https://github.com/apache/airflow/issues/25222

   ### Description
   
   Our engineers want to run jobs in a separate namespace from the installed release via helm chart. 
   
   It looks to me like right now the rbac configuration has two choices
   * multicluster - generates ClusterRole
   * !multicluster - generales rolebinding in RELEASE namespace.
   
   Why these don't work for us
   * multicluster is too wide, we want to restrict the namespace
   * !multicluster - I think only lets stuff be generated in the same namespace? Or will airflow be able to generate pods in another namespace
   
   
   Sorry for the ignorant questions - don't really know airflow, just trying to help out the engineers.
   
   ### Use case/motivation
   
   Our engineers want to run jobs in a separate namespace from the installed release via helm chart. 
   
   
   ### Related issues
   
   There are some about pod override of namespace, I'm not sure due to inexperience with Airflow
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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

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


Re: [I] Launch Pod/job in separate namespace and support in helm chart [airflow]

Posted by "eladkal (via GitHub)" <gi...@apache.org>.
eladkal commented on issue #25222:
URL: https://github.com/apache/airflow/issues/25222#issuecomment-1879999012

   Should be solved by https://github.com/apache/airflow/pull/35639
   @mikebell90 can you help with review?


-- 
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] boring-cyborg[bot] commented on issue #25222: Launch Pod/job in separate namespace and support in helm chart

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

   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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] potiuk commented on issue #25222: Launch Pod/job in separate namespace and support in helm chart

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

   Feel free to make PR. Assigned you


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