mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
etcd UNSUPPORTED for all arch
This commit is contained in:
@@ -31,6 +31,6 @@ ETCD_PEER_CERT_FILE={{ etcd_cert_dir }}/member-{{ inventory_hostname }}.pem
|
||||
ETCD_PEER_KEY_FILE={{ etcd_cert_dir }}/member-{{ inventory_hostname }}-key.pem
|
||||
ETCD_PEER_CLIENT_CERT_AUTH={{ etcd_peer_client_auth }}
|
||||
|
||||
{% if ansible_architecture == "aarch64" -%}
|
||||
ETCD_UNSUPPORTED_ARCH=arm64
|
||||
{% if host_architecture != "amd64" -%}
|
||||
ETCD_UNSUPPORTED_ARCH={{host_architecture}}
|
||||
{%- endif %}
|
||||
|
||||
@@ -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