skudriashev commented on a change in pull request #4268: [AIRFLOW-3412] Fix
kubernetes executor to delete pods after termination
URL: https://github.com/apache/incubator-airflow/pull/4268#discussion_r238109071
##########
File path: airflow/contrib/kubernetes/worker_configuration.py
##########
@@ -215,7 +215,8 @@ def make_pod(self, namespace, worker_uuid, pod_id, dag_id,
task_id, execution_da
'airflow-worker': worker_uuid,
'dag_id': dag_id,
'task_id': task_id,
- 'execution_date': execution_date
+ 'execution_date': execution_date,
+ 'try_number': try_number
Review comment:
Ditto.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services