Files
kube-forge/kubespray/project/roles/kubernetes/control-plane/templates/k8s-certs-renew.timer.j2
2024-04-25 22:15:40 +03:00

12 lines
279 B
Django/Jinja

[Unit]
Description=Timer to renew K8S control plane certificates
[Timer]
OnCalendar={{ auto_renew_certificates_systemd_calendar }}
RandomizedDelaySec={{ 10 * (groups['kube_control_plane'] | length) }}min
FixedRandomDelay=yes
Persistent=yes
[Install]
WantedBy=multi-user.target