Browse Source

Do not install etcd and etcdctl on master with scale.yml playbook. (#6798)

Remove task with install etcdctl from etcd role when etcd_kubeadm_enabled=true
pull/6800/head
Sergey 4 years ago
committed by GitHub
parent
commit
6a4d322a7c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions
  1. 7
      roles/etcd/tasks/main.yml

7
roles/etcd/tasks/main.yml

@ -64,10 +64,3 @@
# state instead of `new`. # state instead of `new`.
- include_tasks: refresh_config.yml - include_tasks: refresh_config.yml
when: is_etcd_master when: is_etcd_master
- name: Install etcdctl binary from etcd role
include_tasks: install_host.yml
vars:
etcd_cluster_setup: true
when:
- etcd_kubeadm_enabled
Loading…
Cancel
Save