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:
Sergey 2020-10-06 17:04:20 +03:00 committed by GitHub
parent 9d7f358d4b
commit 6a4d322a7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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