Skip to content

Multi namespace resources do not exist for airflow tasks to run on new namespace #934

@shaked-tech

Description

@shaked-tech

Checks

Chart Version

1.16.0

Kubernetes Version

Client Version: v1.30.1
Server Version: v1.30.4

Helm Version

version.BuildInfo{Version:"v3.18.3", GitCommit:"6838ebcf265a3842d1433956e8a622e3290cf324", GitTreeState:"clean", GoVersion:"go1.24.4"}

Description

Recreated the required resources from the main namespace 'airflow', now pods (tasks) are running
The resources are -

serviceaccount:
airflow-worker
configmap:
airflow-config
secrets:
airflow-fernet-key
airflow-metadata
airflow-webserver-secret-key

how am i to use this multi namespace feature if helm does not take care of creation and updating the resources required by the task pods??

Relevant Logs

resource not found ...

Custom Helm Values

multiNamespaceMode: true
config:
  kubernetes_executor:
    namespace: airflow-jobs

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugkind - things not working properlylifecycle/stalelifecycle - this is stale

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions