Skip to content
Snippets Groups Projects
Unverified Commit f7097fbe authored by Rong Zhang's avatar Rong Zhang Committed by GitHub
Browse files

Merge pull request #3134 from riverzhang/image

Fix pull dns image error
parents fb309ca4 35efc387
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ kubedns_nodes_per_replica: 10 ...@@ -14,7 +14,7 @@ kubedns_nodes_per_replica: 10
coredns_replicas: 2 coredns_replicas: 2
# Images # Images
image_arch: "{{ image_arch | default('amd64') }}" image_arch: amd64
kubedns_image_repo: "gcr.io/google_containers/k8s-dns-kube-dns-{{ image_arch }}" kubedns_image_repo: "gcr.io/google_containers/k8s-dns-kube-dns-{{ image_arch }}"
kubedns_image_tag: "{{ kubedns_version }}" kubedns_image_tag: "{{ kubedns_version }}"
dnsmasq_nanny_image_repo: "gcr.io/google_containers/k8s-dns-dnsmasq-nanny-{{ image_arch }}" dnsmasq_nanny_image_repo: "gcr.io/google_containers/k8s-dns-dnsmasq-nanny-{{ image_arch }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment