jedcunningham commented on code in PR #31595:
URL: https://github.com/apache/airflow/pull/31595#discussion_r1210966543
##########
airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -225,6 +225,7 @@ 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 log_pod_spec_on_failure: If pod specification should be logged in a
case of task fail.
Review Comment:
```suggestion
:param log_pod_spec_on_failure: Log the pod's specification if a failure
occurs
```
Let's follow the lead of `log_events_on_failure`
--
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]