From c594bd7febb4f9e562a3fecd1a973c4788b78fc4 Mon Sep 17 00:00:00 2001 From: Andreas Kruger Date: Wed, 2 May 2018 10:58:38 +0200 Subject: [PATCH] Do not run setup on all the nodes. --- cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster.yml b/cluster.yml index 1ca4c23bc..2b2716637 100644 --- a/cluster.yml +++ b/cluster.yml @@ -57,7 +57,7 @@ any_errors_fatal: "{{ any_errors_fatal | default(true) }}" roles: - { role: kubespray-defaults} - - { role: etcd, tags: etcd } + - { role: etcd, tags: etcd, etcd_cluster_setup: false, etcd_events_cluster_setup: false } - hosts: etcd:k8s-cluster:vault:calico-rr any_errors_fatal: "{{ any_errors_fatal | default(true) }}"