arm support #866
arenddeboer
started this conversation in
Ideas
arm support
#866
Replies: 1 comment 1 reply
-
Hi @arenddeboer , I'm ready to consider PR, but only if it covers all the cluster components in all possible schemes. I think this is not an easy task. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was deploying a cluster in a mixed arm/x86 environment and realized arm support is partly implemented.
For instance, the Consul playbook seems to look at the architecture and download binaries based on an architecture map.
When standing up a self-hosted cluster with just etcd, the only roadblock seems to be downloading the correct etcd binary which I was able to get working by retrofitting "consul_architecture_map" from
roles/consul/defaults/main.yml
into :(
vars/Debian.yml
)I can create a PR if there is interest in accepting this change. Of course a lot more is needed to fully support the arm architecture, but it's another step in this direction.
Beta Was this translation helpful? Give feedback.
All reactions