Ken Wronkiewicz created AIRFLOW-4508:
----------------------------------------
Summary: KubernetesPodOperator does not interpolate enough fields
Key: AIRFLOW-4508
URL: https://issues.apache.org/jira/browse/AIRFLOW-4508
Project: Apache Airflow
Issue Type: Improvement
Components: kubernetes, operators
Affects Versions: 1.10.3
Reporter: Ken Wronkiewicz
The KubernetesPodOperator, at this point in time, interpolates the following
variables:
* cmds
* arguments
* env_vars
The operator really ought to also interpolate these variables:
* labels (so I can label pods with their Airflow job ID and use that to create
selectors for kubectl)
* annotations (so I can label pods with output that kubernetes adjacent
tooling is able to see and display)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)