hussein-awala commented on code in PR #32885:
URL: https://github.com/apache/airflow/pull/32885#discussion_r1277757694
##########
airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -238,6 +238,7 @@ class KubernetesPodOperator(BaseOperator):
state, or the execution is interrupted. If True (default), delete the
pod; if False, leave the pod.
Deprecated - use `on_finish_action` instead.
+ :param termination_message_policy: sets container termination message
policy. Default value is "File"
Review Comment:
nit
```suggestion
:param termination_message_policy: The termination message policy of the
base container.
Default value is "File"
```
--
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]