You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/01/07 08:47:00 UTC

[jira] [Commented] (AIRFLOW-5704) Docker scripts for kind kubernetes tests can be improved

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

ASF subversion and git services commented on AIRFLOW-5704:
----------------------------------------------------------

Commit ff83d7e55f68fa8b2e2e70cd7ebf8bc763ed3f0d in airflow's branch refs/heads/improve-kind-kubernetes from Jarek Potiuk
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=ff83d7e ]

[AIRFLOW-5704] Improve Kind Kubernetes scripts for local testing

* Fixed problem that Kubernetes tests were testing latest master
  rather than what came from the local sources.
* Moved Kubernetes scripts to 'in_container' dir where they belong now
* Kubernetes tests are now better suited for running locally
* Kubernetes cluster is not deleted until environment is stopped
* Kubernetes image is build from pulled image + mounted sources
* Kubectl version name is corrected in the Dockerfile
* KUBERNETES_VERSION can now be used to select Kubernetes version
* Running kubernetes scripts is now easy in Breeze --start-kind-cluster
* Instructions on how to run Kubernetes tests are updated
* Better flags in Breeze are used to run Kubernetes environment/tests
* The old "bare" environment is replaced by --no-deps switch


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



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