apache/airflow

Launch Pod/job in separate namespace and support in helm chart

Open

#25,222 建立於 2022年7月21日

在 GitHub 查看
 (6 留言) (1 反應) (0 負責人)Python (16,781 fork)batch import
area:helm-chartgood first issuekind:feature

倉庫指標

Star
 (44,809 star)
PR 合併指標
 (平均合併 7天 18小時) (30 天內合併 834 個 PR)

描述

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?

  • Yes I am willing to submit a PR!

Code of Conduct

貢獻者指南