[
https://issues.apache.org/jira/browse/AIRFLOW-2854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16680069#comment-16680069
]
Eamon Keane commented on AIRFLOW-2854:
--------------------------------------
hi [~devbarry], nice work. I extended this in 3311 to allow users to keep
failed pods (handy for log inspection). Let me know if you have any comments or
would have done it differently.
https://issues.apache.org/jira/browse/AIRFLOW-3311
> kubernetes_pod_operator add more configuration items
> ----------------------------------------------------
>
> Key: AIRFLOW-2854
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2854
> Project: Apache Airflow
> Issue Type: Improvement
> Components: contrib
> Affects Versions: 2.0.0
> Reporter: pengchen
> Assignee: pengchen
> Priority: Minor
> Fix For: 2.0.0, 1.10.1
>
>
> kubernetes_pod_operator is missing kubernetes pods related configuration
> items, as follows:
> 1. image_pull_secrets
> _Pull secrets_ are used to _pull_ private container _images_ from registries.
> In this case, we need to configure the image_pull_secrets in pod spec file
> 2. service_account_name
> When kubernetes is running on rbac Authorization. If it is a job that needs
> to operate on kubernetes resources, we need to configure service account.
> 3. is_delete_operator_pod
> This option can be given to the user to decide whether to delete the job pod
> created by pod_operator, which is currently not processed.
> 4. hostnetwork
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)