Browse Source

Do not run setup on all the nodes.

pull/2577/head
Andreas Kruger 6 years ago
parent
commit
c594bd7feb
1 changed files with 1 additions and 1 deletions
  1. 2
      cluster.yml

2
cluster.yml

@ -57,7 +57,7 @@
any_errors_fatal: "{{ any_errors_fatal | default(true) }}" any_errors_fatal: "{{ any_errors_fatal | default(true) }}"
roles: roles:
- { role: kubespray-defaults} - { 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 - hosts: etcd:k8s-cluster:vault:calico-rr
any_errors_fatal: "{{ any_errors_fatal | default(true) }}" any_errors_fatal: "{{ any_errors_fatal | default(true) }}"

Loading…
Cancel
Save