mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Make sure node_ip is set if node is in etcd group (#6719)
This commit is contained in:
committed by
GitHub
parent
e1265b2e7b
commit
5989680967
@@ -21,6 +21,8 @@
|
||||
assert:
|
||||
that: node_ip is defined and node_ip | length > 0
|
||||
msg: "Etcd node ip is not set !"
|
||||
when:
|
||||
- inventory_hostname in groups['etcd']
|
||||
|
||||
- name: Lookup etcd member id
|
||||
shell: "{{ bin_dir }}/etcdctl member list | grep {{ node_ip }} | cut -d, -f1"
|
||||
|
||||
Reference in New Issue
Block a user