dstandish commented on code in PR #22092:
URL: https://github.com/apache/airflow/pull/22092#discussion_r899246630
##########
airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py:
##########
@@ -400,6 +400,8 @@ def execute(self, context: 'Context'):
pod_request_obj=self.pod_request_obj,
context=context,
)
+ # finding remote pod to ensure it exists
Review Comment:
```suggestion
# get remote pod for use in cleanup methods
```
--
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]