Fix kubeadm config images pull
Supported by kubeadm v1.11
This commit is contained in:
parent
fcd895d032
commit
8d0158ceeb
1 changed files with 1 additions and 0 deletions
|
@ -27,5 +27,6 @@
|
||||||
|
|
||||||
- include_tasks: kubeadm_images.yml
|
- include_tasks: kubeadm_images.yml
|
||||||
when:
|
when:
|
||||||
|
- kube_version is version('v1.11.0', '>=')
|
||||||
- not skip_downloads|default(false)
|
- not skip_downloads|default(false)
|
||||||
- inventory_hostname in groups['kube-master']
|
- inventory_hostname in groups['kube-master']
|
||||||
|
|
Loading…
Reference in a new issue