You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jarek Potiuk (Jira)" <ji...@apache.org> on 2019/10/31 22:02:00 UTC

[jira] [Updated] (AIRFLOW-5704) Docker image for kind kubernetes tests can be optimised

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

Jarek Potiuk updated AIRFLOW-5704:
----------------------------------
    Description: 
The docker CI image for kind tests can be optimised:

 
 * Kubernetes Version and all the installation of docker + kubectl + kind can be moved to ci_install* script
 * Running kubernetes scripts should be possible from within breeze without special environment
 * --env breeze switch should be removed
 * ENV variable should disappear
 * "bare" environment should be replaced by --no-deps switch
 *

  was:The docker CI image for kind tests can be optimised a bit - Kubernetes Version should be removed and all the installation of docker + kubectl + kind can be moved to ci_install* script


> Docker image for kind kubernetes tests can be optimised
> -------------------------------------------------------
>
>                 Key: AIRFLOW-5704
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5704
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: ci
>    Affects Versions: 2.0.0
>            Reporter: Jarek Potiuk
>            Priority: Major
>
> The docker CI image for kind tests can be optimised:
>  
>  * Kubernetes Version and all the installation of docker + kubectl + kind can be moved to ci_install* script
>  * Running kubernetes scripts should be possible from within breeze without special environment
>  * --env breeze switch should be removed
>  * ENV variable should disappear
>  * "bare" environment should be replaced by --no-deps switch
>  *



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