update images to use arch

This commit is contained in:
Antoine Legrand
2018-08-23 16:47:18 +02:00
parent 19268ded23
commit 2f1fe44762
4 changed files with 10 additions and 9 deletions

View File

@@ -14,7 +14,8 @@ kubedns_nodes_per_replica: 10
coredns_replicas: 2
# Images
image_arch: amd64
image_arch: "{{host_architecture}}"
kubedns_image_repo: "gcr.io/google_containers/k8s-dns-kube-dns-{{ image_arch }}"
kubedns_image_tag: "{{ kubedns_version }}"
dnsmasq_nanny_image_repo: "gcr.io/google_containers/k8s-dns-dnsmasq-nanny-{{ image_arch }}"