Set etcd-events listen port to 2383 (#8232)

This commit is contained in:
zhengtianbao
2021-12-07 02:28:01 -06:00
committed by GitHub
parent c98a07825b
commit a16d427536
3 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@
- name: wait for etcd-events up
uri:
url: "https://{% if is_etcd_master %}{{ etcd_address }}{% else %}127.0.0.1{% endif %}:2381/health"
url: "https://{% if is_etcd_master %}{{ etcd_address }}{% else %}127.0.0.1{% endif %}:2383/health"
validate_certs: no
client_cert: "{{ etcd_cert_dir }}/member-{{ inventory_hostname }}.pem"
client_key: "{{ etcd_cert_dir }}/member-{{ inventory_hostname }}-key.pem"