eladkal commented on code in PR #32278:
URL: https://github.com/apache/airflow/pull/32278#discussion_r1264874060


##########
airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -158,6 +158,8 @@ class KubernetesPodOperator(BaseOperator):
         suffix if random_name_suffix is True) to generate a pod id (DNS-1123 
subdomain,
         containing only [a-z0-9.-]).
     :param random_name_suffix: if True, will generate a random suffix.
+    :param job_id_as_suffix: if True, will add ti.job_id to the pod name. 
random_name_suffix, if set to True
+        takes precedence over this parameter.

Review Comment:
   Consulted with @jedcunningham also on this one.
   
   Can you clarify why `pod_mutation_hook` and/or adding the name parameter to 
`templated_field` is not insufficient ?



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to