mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-20 15:27:56 -02:30
etcd UNSUPPORTED for all arch
This commit is contained in:
@@ -36,6 +36,6 @@ ETCD_PEER_CLIENT_CERT_AUTH={{ etcd_peer_client_auth }}
|
||||
{{ key }}={{ value }}
|
||||
{% endfor %}
|
||||
|
||||
{% if ansible_architecture == "aarch64" -%}
|
||||
ETCD_UNSUPPORTED_ARCH=arm64
|
||||
{% if host_architecture != "amd64" -%}
|
||||
ETCD_UNSUPPORTED_ARCH={{host_architecture}}
|
||||
{%- endif %}
|
||||
|
||||
Reference in New Issue
Block a user