Browse Source

Fix delete nodes task (#5747)

pull/5771/head
Nakahara, Kohei 4 years ago
committed by GitHub
parent
commit
57bb7aa5f6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. 1
      roles/remove-node/post-remove/tasks/main.yml

1
roles/remove-node/post-remove/tasks/main.yml

@ -20,7 +20,6 @@
- name: Delete node
command: "{{ bin_dir }}/kubectl delete node {{ inventory_hostname }}"
delegate_to: "{{ groups['kube-master']|first }}"
run_once: true
ignore_errors: yes
- name: Lookup etcd member id

Loading…
Cancel
Save