Skip to content

Instantly share code, notes, and snippets.

@lwolf
Created February 2, 2019 14:16
Show Gist options
  • Save lwolf/be57d953499bc75cb21229b379a4c54a to your computer and use it in GitHub Desktop.
Save lwolf/be57d953499bc75cb21229b379a4c54a to your computer and use it in GitHub Desktop.
- hyperkube_download_url: "https://storage.googleapis.com/.../linux/amd64/hyperkube"
+ hyperkube_download_url: "https://storage.googleapis.com/.../linux/{{ image_arch }}/hyperkube"
- etcd_download_url: "https://github.com/coreos/.../etcd-{{ etcd_version }}-linux-amd64.tar.gz"
+ etcd_download_url: "https://github.com/coreos/.../etcd-{{ etcd_version }}-linux-{{ image_arch }}.tar.gz"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment