You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Fokko Driesprong (JIRA)" <ji...@apache.org> on 2018/08/29 07:41:00 UTC

[jira] [Resolved] (AIRFLOW-2854) kubernetes_pod_operator add more configuration items

     [ https://issues.apache.org/jira/browse/AIRFLOW-2854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fokko Driesprong resolved AIRFLOW-2854.
---------------------------------------
    Resolution: Fixed

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