mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Fix issue with etcd arm host installation case (#4589)
Use host_architecture variable.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
53e3463b5a
commit
6ca2019002
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- name: install | Copy etcd and etcdctl binary from download dir
|
- name: install | Copy etcd and etcdctl binary from download dir
|
||||||
copy:
|
copy:
|
||||||
src: "{{ local_release_dir }}/etcd-{{ etcd_version }}-linux-amd64/{{ item }}"
|
src: "{{ local_release_dir }}/etcd-{{ etcd_version }}-linux-{{ host_architecture }}/{{ item }}"
|
||||||
dest: "{{ bin_dir }}/{{ item }}"
|
dest: "{{ bin_dir }}/{{ item }}"
|
||||||
mode: 0755
|
mode: 0755
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
|
|||||||
Reference in New Issue
Block a user