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
…eadm (#9210)
  • Loading branch information
LuckySB authored Aug 24, 2022
1 parent c8a61ec commit 1c75ec9
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 1c75ec9

Please sign in to comment.