|
|
@ -27,7 +27,7 @@ download_always_pull: False |
|
|
|
download_delegate: "{% if download_localhost %}localhost{% else %}{{groups['kube-master'][0]}}{% endif %}" |
|
|
|
|
|
|
|
# Arch of Docker images and needed packages |
|
|
|
image_arch: amd64 |
|
|
|
image_arch: "{{host_architecture | default('amd64')}}" |
|
|
|
|
|
|
|
# Versions |
|
|
|
kube_version: v1.11.2 |
|
|
@ -62,7 +62,7 @@ vault_binary_checksum: 3c4d70ba71619a43229e65c67830e30e050eab7a81ac6b28325ff707e |
|
|
|
|
|
|
|
# Containers |
|
|
|
etcd_image_repo: "quay.io/coreos/etcd" |
|
|
|
etcd_image_tag: "{{ etcd_version }}" |
|
|
|
etcd_image_tag: "{{ etcd_version }}{%- if image_arch != 'amd64' -%}-{{ image_arch }}{%- endif -%}" |
|
|
|
flannel_image_repo: "quay.io/coreos/flannel" |
|
|
|
flannel_image_tag: "{{ flannel_version }}" |
|
|
|
flannel_cni_image_repo: "quay.io/coreos/flannel-cni" |
|
|
|