mik-laj commented on a change in pull request #6377: [AIRFLOW-5589] monitor 
pods by labels instead of names
URL: https://github.com/apache/airflow/pull/6377#discussion_r337138395
 
 

 ##########
 File path: airflow/contrib/operators/kubernetes_pod_operator.py
 ##########
 @@ -171,6 +171,69 @@ def execute(self, context):
         except AirflowException as ex:
             raise AirflowException('Pod Launching failed: 
{error}'.format(error=ex))
 
+    def create_new_pod_for_operator(self, labels, launcher):
+        """
+        Create a new pod and monitor it to completion
+        :param labels:
 
 Review comment:
   ```suggestion
   
                   :param labels:
   ```
   Otherwise, docs doesn't looks good.
   https://github.com/apache/airflow/pull/6344#discussion_r336709991

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to