Skip to content
Snippets Groups Projects
Commit 08353f29 authored by Mark Eisenblätter's avatar Mark Eisenblätter Committed by Matthew Mosesohn
Browse files

scaling: issue etcd certs for new nodes (#3125)

parent 497db69c
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,13 @@
ansible_ssh_pipelining: true
gather_facts: true
##We need to genereate the etcd certificates beforhand
- hosts: etcd
any_errors_fatal: "{{ any_errors_fatal | default(true) }}"
roles:
- { role: kubespray-defaults}
- { role: etcd, tags: etcd, etcd_cluster_setup: false }
##Target only workers to get kubelet installed and checking in on any new nodes
- hosts: kube-node
any_errors_fatal: "{{ any_errors_fatal | default(true) }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment