10 lines
226 B
Text
10 lines
226 B
Text
|
[Unit]
|
||
|
Description=Timer to renew K8S control plane certificates
|
||
|
|
||
|
[Timer]
|
||
|
# First Monday of each month
|
||
|
OnCalendar=Mon *-*-1..7 03:{{ groups['kube-master'].index(inventory_hostname) }}0:00
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|