Fix inconsistent kubedns version and parameterize kubedns autoscaler image vars

This commit is contained in:
Chad Swenson
2017-06-15 19:37:55 -05:00
parent bddee7c38e
commit 8467bce2a6
4 changed files with 35 additions and 23 deletions

View File

@@ -22,12 +22,15 @@ dependencies:
file: "{{ downloads.netcheck_agent }}"
when: deploy_netchecker
tags: [download, netchecker]
- role: download
file: "{{ downloads.kubednsmasq }}"
tags: [download, dnsmasq]
- role: download
file: "{{ downloads.kubedns }}"
tags: [download, dnsmasq]
- role: download
file: "{{ downloads.exechealthz }}"
file: "{{ downloads.dnsmasq_nanny }}"
tags: [download, dnsmasq]
- role: download
file: "{{ downloads.dnsmasq_sidecar }}"
tags: [download, dnsmasq]
- role: download
file: "{{ downloads.kubednsautoscaler }}"
tags: [download, dnsmasq]