Skip to content

Commit

Permalink
Do not install etcd and etcdctl on master with scale.yml playbook. (#…
Browse files Browse the repository at this point in the history
…6798)

Remove task with install etcdctl from etcd role when etcd_kubeadm_enabled=true
  • Loading branch information
LuckySB authored Oct 6, 2020
1 parent 9d7f358 commit 6a4d322
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions roles/etcd/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,3 @@
# state instead of `new`.
- include_tasks: refresh_config.yml
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

0 comments on commit 6a4d322

Please sign in to comment.