Merge pull request #4025 from riverzhang/download-images

Fix kubeadm config images pull
This commit is contained in:
Rong Zhang 2019-01-28 15:41:15 +08:00 committed by GitHub
commit 55aa58ee2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,5 +27,6 @@
- include_tasks: kubeadm_images.yml
when:
- kube_version is version('v1.11.0', '>=')
- not skip_downloads|default(false)
- inventory_hostname in groups['kube-master']