Skip to content

Commit

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

Remove task with install etcdctl from etcd role when etcd_kubeadm_enabled=true
  • Loading branch information
LuckySB committed Jan 16, 2021
1 parent f7fbfd4 commit c90445d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions roles/etcd/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +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:
- kubeadm_enabled|bool|default(false)
- etcd_kubeadm_enabled

0 comments on commit c90445d

Please sign in to comment.