add CI test for auto_renew_certificates (#7472)

* add CI test for auto_renew_certificates

* change timer value

fix typo error in rotate cert script
This commit is contained in:
Sergey
2021-04-09 10:42:47 +03:00
committed by GitHub
parent daed3e5b6a
commit cce0940e1f
13 changed files with 24 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ Description=Timer to renew K8S control plane certificates
[Timer]
# First Monday of each month
OnCalendar=Mon *-*-1..7 03:{{ groups['kube_control_plane'].index(inventory_hostname) }}0:00
OnCalendar=Mon *-*-1,2,3,4,5,6,7 03:{{ groups['kube_control_plane'].index(inventory_hostname) }}0:00
[Install]
WantedBy=multi-user.target