2021-03-23 02:22:48 +08:00
|
|
|
[Unit]
|
|
|
|
Description=Timer to renew K8S control plane certificates
|
|
|
|
|
|
|
|
[Timer]
|
2021-04-13 00:47:45 +08:00
|
|
|
OnCalendar={{ auto_renew_certificates_systemd_calendar }}
|
2023-11-08 19:35:20 +08:00
|
|
|
RandomizedDelaySec={{ 10 * (groups['kube_control_plane'] | length) }}min
|
|
|
|
FixedRandomDelay=yes
|
|
|
|
Persistent=yes
|
2021-03-23 02:22:48 +08:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|