remove-etcd-unsupported-arch (#9049)
This commit is contained in:
parent
a5d7178bf8
commit
1d0b3829ed
3 changed files with 0 additions and 11 deletions
|
@ -41,7 +41,3 @@ ETCD_CIPHER_SUITES={% for tls in etcd_tls_cipher_suites %}{{ tls }}{{ "," if not
|
||||||
{% for key, value in etcd_extra_vars.items() %}
|
{% for key, value in etcd_extra_vars.items() %}
|
||||||
{{ key }}={{ value }}
|
{{ key }}={{ value }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% if host_architecture != "amd64" -%}
|
|
||||||
ETCD_UNSUPPORTED_ARCH={{host_architecture}}
|
|
||||||
{%- endif %}
|
|
||||||
|
|
|
@ -57,10 +57,6 @@ ETCD_CIPHER_SUITES={% for tls in etcd_tls_cipher_suites %}{{ tls }}{{ "," if not
|
||||||
{{ key }}={{ value }}
|
{{ key }}={{ value }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% if host_architecture != "amd64" -%}
|
|
||||||
ETCD_UNSUPPORTED_ARCH={{host_architecture}}
|
|
||||||
{%- endif %}
|
|
||||||
|
|
||||||
# CLI settings
|
# CLI settings
|
||||||
ETCDCTL_ENDPOINTS=https://127.0.0.1:2379
|
ETCDCTL_ENDPOINTS=https://127.0.0.1:2379
|
||||||
ETCDCTL_CACERT={{ etcd_cert_dir }}/ca.pem
|
ETCDCTL_CACERT={{ etcd_cert_dir }}/ca.pem
|
||||||
|
|
|
@ -67,9 +67,6 @@ etcd:
|
||||||
{% for key, value in etcd_extra_vars.items() %}
|
{% for key, value in etcd_extra_vars.items() %}
|
||||||
{{ key }}: "{{ value }}"
|
{{ key }}: "{{ value }}"
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if host_architecture != "amd64" %}
|
|
||||||
etcd-unsupported-arch: {{host_architecture}}
|
|
||||||
{% endif %}
|
|
||||||
serverCertSANs:
|
serverCertSANs:
|
||||||
{% for san in etcd_cert_alt_names %}
|
{% for san in etcd_cert_alt_names %}
|
||||||
- {{ san }}
|
- {{ san }}
|
||||||
|
|
Loading…
Reference in a new issue