Skip to content
Snippets Groups Projects
Commit f67933d2 authored by Antoine Legrand's avatar Antoine Legrand
Browse files

add ETCD_UNSUPPORTED_ARCH=arm64 flag

parent 247b9e83
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
--restart=on-failure:5 \ --restart=on-failure:5 \
--env-file=/etc/etcd.env \ --env-file=/etc/etcd.env \
--net=host \ --net=host \
{% if ansible_architecture == "aarch64" -%}
-e ETCD_UNSUPPORTED_ARCH=arm64 \
{%- endif %}
-v /etc/ssl/certs:/etc/ssl/certs:ro \ -v /etc/ssl/certs:/etc/ssl/certs:ro \
-v {{ etcd_cert_dir }}:{{ etcd_cert_dir }}:ro \ -v {{ etcd_cert_dir }}:{{ etcd_cert_dir }}:ro \
-v {{ etcd_data_dir }}:{{ etcd_data_dir }}:rw \ -v {{ etcd_data_dir }}:{{ etcd_data_dir }}:rw \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment