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

@@ -0,0 +1,7 @@
- name: kubeadm | Create kubeadm config
template:
src: "kubeadm-images.yaml.j2"
dest: "{{ kube_config_dir }}/kubeadm-images.yaml"
- name: container_download | download images for kubeadm config images
command: "{{ local_release_dir }}/kubeadm config images pull --config={{ kube_config_dir }}/kubeadm-images.yaml"