marengaz commented on a change in pull request #4943: [AIRFLOW-XXX] add
description of is_delete_operator_pod
URL: https://github.com/apache/airflow/pull/4943#discussion_r268237746
##########
File path: airflow/contrib/operators/kubernetes_pod_operator.py
##########
@@ -80,6 +80,10 @@ class KubernetesPodOperator(BaseOperator):
/airflow/xcom/return.json in the container will also be pushed to an
XCom when the container completes.
:type do_xcom_push: bool
+ :param is_delete_operator_pod: If True, delete the pod after it's reached
+ a final state (independent of pod success), or the task instance gets
Review comment:
rephrased for clarity, as that is not my intended meaning!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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