kubenow / KubeNow

Deploy Kubernetes. Now!
Apache License 2.0
291 stars 40 forks source link

In openstack check already cached image first #434

Closed viklund closed 5 years ago

viklund commented 5 years ago

Change content and motivation

If the base image don't exists in the openstack cloud, kubenow tries to download it from amazon and saves it to the local /tmp directory. This pull request implements a feature where the existance of that file is checked before downloading it. Saving time in case the user has already downloaded the file. The checksum file is still always downloaded.