Etcd certs: use symlink in kubeadm config

This commit is contained in:
ant31
2025-03-17 11:17:20 +01:00
parent 0f9f9fb569
commit 32520037b5
5 changed files with 42 additions and 4 deletions

View File

@@ -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"