eladkal commented on code in PR #30718:
URL: https://github.com/apache/airflow/pull/30718#discussion_r1174619446
##########
airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -223,6 +221,13 @@ class KubernetesPodOperator(BaseOperator):
container name to use.
:param deferrable: Run operator in the deferrable mode.
:param poll_interval: Polling period in seconds to check for the status.
Used only in deferrable mode.
+ :param on_finish_action: What to do when the pod reaches its final state,
or the execution is interrupted.
+ If "delete_pod", the pod will be deleted regardless it's state; if
"delete_succeeded_pod",
+ only succeeded pod will be deleted. You can set to "keep_pod" to keep
the pod.
Review Comment:
Cool lets stay with that
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]