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


##########
airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py:
##########
@@ -206,9 +206,10 @@ class KubernetesPodOperator(BaseOperator):
         to populate the environment variables with. The contents of the target
         ConfigMap's Data field will represent the key-value pairs as 
environment variables.
         Extends env_from.
+    :param base_container_name: The name of the base container in the pod. 
This container's logs

Review Comment:
   Should we have some doc explnations about this? Mainly around what this 
capability brings



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