efa180392b
While at it remove force_certificate_regeneration This boolean only forced the renewal of the apiserver certs Either manually use k8s-certs-renew.sh or set auto_renew_certificates Signed-off-by: Etienne Champetier <e.champetier@ateme.com>
6 lines
123 B
Django/Jinja
6 lines
123 B
Django/Jinja
[Unit]
|
|
Description=Renew K8S control plane certificates
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart={{ bin_dir }}/k8s-certs-renew.sh
|