[ 
https://issues.apache.org/jira/browse/AIRFLOW-5221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17160903#comment-17160903
 ] 

ASF GitHub Bot commented on AIRFLOW-5221:
-----------------------------------------

mik-laj commented on pull request #7365:
URL: https://github.com/apache/airflow/pull/7365#issuecomment-660810713


   I'm not a Kubernetes expert, but can't this option be configured with `pod` 
or `pod_template_file` parameter?
   ```
       :param pod: The fully specified pod. Mutually exclusive with 
`path_or_string`
       :type pod: Optional[kubernetes.client.models.V1Pod]
       :param pod_template_file: Path to YAML file. Mutually exclusive with 
`pod`
       :type pod_template_file: Optional[str]
   ```


----------------------------------------------------------------
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:
[email protected]


> Add host alias support to the KubernetesPodOperator
> ---------------------------------------------------
>
>                 Key: AIRFLOW-5221
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5221
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: operators
>    Affects Versions: 1.10.4
>            Reporter: Derrick Mink
>            Assignee: kuromt
>            Priority: Minor
>
> [https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/]
> The only wait to manage DNS entries for kubernetes pods is through hosts 
> aliasesĀ 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to