mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
Etcd certs: use symlink in kubeadm config
This commit is contained in:
@@ -27,3 +27,11 @@ etcd_extra_vars: {}
|
||||
# etcd_max_request_bytes: "1572864"
|
||||
|
||||
etcd_compaction_retention: "8"
|
||||
|
||||
|
||||
# softlink to etcd certs
|
||||
etcd_cert_paths:
|
||||
client:
|
||||
ca: "{{ etcd_cert_dir }}/ca.pem"
|
||||
cert: "{{ etcd_cert_dir }}/node-{{ inventory_hostname }}.pem"
|
||||
key: "{{ etcd_cert_dir }}/node-{{ inventory_hostname }}-key.pem"
|
||||
|
||||
Reference in New Issue
Block a user