Browse Source

Remove dead code from kubeadm-etcd (#7470)

pull/7480/head
Florian Ruynat 3 years ago
committed by GitHub
parent
commit
aa086e5407
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 14 deletions
  1. 14
      roles/kubernetes/control-plane/tasks/kubeadm-etcd.yml

14
roles/kubernetes/control-plane/tasks/kubeadm-etcd.yml

@ -12,20 +12,6 @@
tags: tags:
- network - network
- name: Ensure etcdctl binary is installed
include_tasks: "{{ role_path }}/../../etcd/tasks/install_host.yml"
vars:
etcd_cluster_setup: true
when: etcd_deployment_type == "host" and not etcd_kubeadm_enabled
- name: Ensure etcdctl binary is installed
include_tasks: "{{ role_path }}/../../etcd/tasks/install_etcdctl_docker.yml"
vars:
etcd_cluster_setup: true
etcd_retries: 4
when:
- etcd_deployment_type == "docker" and not etcd_kubeadm_enabled
- name: Ensure etcdctl script is installed - name: Ensure etcdctl script is installed
import_role: import_role:
name: etcdctl name: etcdctl

Loading…
Cancel
Save