Merge pull request #3208 from mirwan/etcd_ha_doc_n_cleaning

Add documentation about having HA for etcd
This commit is contained in:
k8s-ci-robot
2018-08-31 08:06:05 -07:00
committed by GitHub
5 changed files with 32 additions and 11 deletions

View File

@@ -39,4 +39,7 @@ IP.{{ counter["ip"] }} = {{ hostvars[host]['access_ip'] }}{{ increment(counter,
{% endif %}
IP.{{ counter["ip"] }} = {{ hostvars[host]['ip'] | default(hostvars[host]['ansible_default_ipv4']['address']) }}{{ increment(counter, 'ip') }}
{% endfor %}
{% for cert_alt_ip in etcd_cert_alt_ips %}
IP.{{ counter["ip"] }} = {{ cert_alt_ip }}{{ increment(counter, 'ip') }}
{% endfor %}
IP.{{ counter["ip"] }} = 127.0.0.1