Skip to content
Snippets Groups Projects
Unverified Commit 1c75ec9e authored by Sergey's avatar Sergey Committed by GitHub
Browse files

do not run etcd role in scale.yml playbook when etcd installed by kubeadm (#9210)

parent c8a61ec9
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,12 @@ ...@@ -33,7 +33,12 @@
environment: "{{ proxy_disable_env }}" environment: "{{ proxy_disable_env }}"
roles: roles:
- { role: kubespray-defaults } - { role: kubespray-defaults }
- { role: etcd, tags: etcd, etcd_cluster_setup: false } - role: etcd
tags: etcd
vars:
etcd_cluster_setup: false
etcd_events_cluster_setup: false
when: etcd_deployment_type != "kubeadm"
- name: Download images to ansible host cache via first kube_control_plane node - name: Download images to ansible host cache via first kube_control_plane node
hosts: kube_control_plane[0] hosts: kube_control_plane[0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment