pankajkoti commented on code in PR #31595:
URL: https://github.com/apache/airflow/pull/31595#discussion_r1209332992


##########
airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -381,6 +383,7 @@ def __init__(
         self.deferrable = deferrable
         self.poll_interval = poll_interval
         self.remote_pod: k8s.V1Pod | None = None
+        self.log_pod_spec_on_failure = log_pod_spec_on_failure

Review Comment:
   Maybe Ephraim meant to ask where is the function getting called and the 
value being set to False to disable the pod spec in the error.



-- 
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]

Reply via email to