Browse Source
Merge pull request #3134 from riverzhang/image
Fix pull dns image error
pull/3137/head
Rong Zhang
6 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
1 deletions
-
roles/kubernetes-apps/ansible/defaults/main.yml
|
|
@ -14,7 +14,7 @@ kubedns_nodes_per_replica: 10 |
|
|
|
coredns_replicas: 2 |
|
|
|
|
|
|
|
# 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_tag: "{{ kubedns_version }}" |
|
|
|
dnsmasq_nanny_image_repo: "gcr.io/google_containers/k8s-dns-dnsmasq-nanny-{{ image_arch }}" |
|
|
|