Add images downloader to download roles (#3914)

* Add images downloader to download roles

* Use single jinja2 templates

* add kube_version to templates
This commit is contained in:
Rong Zhang
2018-12-19 21:17:58 +08:00
committed by Kubernetes Prow Robot
parent 925a820b56
commit 6362211860
3 changed files with 28 additions and 0 deletions

View File

@@ -24,3 +24,8 @@
- item.value.container | default(false)
- download_run_once
- group_names | intersect(download.groups) | length
- include_tasks: kubeadm_images.yml
when:
- not skip_downloads|default(false)
- inventory_hostname in groups['kube-master']