Fix issue in remove-node/post-remove task (#5185) (#5186)

pull/5251/head
BenoitBOULANGER 2019-10-10 14:17:43 +02:00 committed by Kubernetes Prow Robot
parent dea9304968
commit e01118d36d
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
- name: Set node IP
set_fact:
node_ip: "{{ ip | default(access_ip | default(remove_node_ip.stdout)) | trim }}"
when:
- inventory_hostname in groups['etcd']
- name: Delete node
command: "{{ bin_dir }}/kubectl delete node {{ inventory_hostname }}"