Skip to content

Commit

Permalink
do not run etcd role in scale.yml playbook when etcd installed by kub…
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckySB authored and alegrey91 committed Aug 29, 2022
1 parent c893e5f commit a178f3c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@
environment: "{{ proxy_disable_env }}"
roles:
- { 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
hosts: kube_control_plane[0]
Expand Down

0 comments on commit a178f3c

Please sign in to comment.