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,8 @@ kube_pods_subnets: >-
{%- else -%}
{{ kube_pods_subnet_ipv6 }}
{%- endif -%}
# Symlinks to etcd certs
kube_etcd_cacert_file: "kube-client-ca.pem"
kube_etcd_cert_file: "kube-client-cert.pem"
kube_etcd_key_file: "kube-client-key.pem"