Skip to content

Can't deploy multiple Airflows using k8s executors into same namespace #677

@sbernauer

Description

@sbernauer

Noticed this on a customer setup.
The bug is pretty simple: We always use the same name for the executor Pod template ConfigMap. In case you have multiple Airflows, the two "fight" over writing to that ConfigMap. This results in a reconciliation battle ⚔️ There are only loosers...

Instead the CM should be called something like <stacklet>-executor-pod-template

Metadata

Metadata

Assignees

Type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions