Re: [PR] feat: add hostAliases to pod spec in KubernetesPodOperator [airflow]

2023-10-24 Thread via GitHub
Taragolis merged PR #35063: URL: https://github.com/apache/airflow/pull/35063 -- 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...@airflo

Re: [PR] feat: add hostAliases to pod spec in KubernetesPodOperator [airflow]

2023-10-24 Thread via GitHub
boring-cyborg[bot] commented on PR #35063: URL: https://github.com/apache/airflow/pull/35063#issuecomment-1778195994 Awesome work, congrats on your first merged pull request! You are invited to check our [Issue Tracker](https://github.com/apache/airflow/issues) for additional contributions.

Re: [PR] feat: add hostAliases to pod spec in KubernetesPodOperator [airflow]

2023-10-19 Thread via GitHub
boring-cyborg[bot] commented on PR #35063: URL: https://github.com/apache/airflow/pull/35063#issuecomment-1771406496 Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contribution

[PR] feat: add hostAliases to pod spec in KubernetesPodOperator [airflow]

2023-10-19 Thread via GitHub
imurchie opened a new pull request, #35063: URL: https://github.com/apache/airflow/pull/35063 Add the ability to pass in a list of `V1HostAlias` objects to the `KubernetesPodOperator`, which then get attached to the `V1PodSpec` for the operator pod. This is standard feature for a pod, but n