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
This commit is contained in:
parent
9d7f358d4b
commit
6a4d322a7c
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue