mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-01 08:48:50 -03:30
ensure ca.pem makes it to multi-masters
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
notify: set secret_changed
|
notify: set secret_changed
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
master_certs: ['ca-key.pem', 'admin.pem', 'admin-key.pem', 'apiserver-key.pem', 'apiserver.pem']
|
master_certs: ['ca.pem', 'ca-key.pem', 'admin.pem', 'admin-key.pem', 'apiserver-key.pem', 'apiserver.pem']
|
||||||
node_certs: ['ca.pem', 'node.pem', 'node-key.pem']
|
node_certs: ['ca.pem', 'node.pem', 'node-key.pem']
|
||||||
|
|
||||||
- name: certs | Get the certs from first master
|
- name: certs | Get the certs from first master
|
||||||
|
|||||||
Reference in New Issue
Block a user