Browse Source
Merge pull request #4025 from riverzhang/download-images
Fix kubeadm config images pull
pull/4097/head
Rong Zhang
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
roles/download/tasks/main.yml
|
|
@ -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'] |